bgammon/gamestate.go
2023-07-31 16:46:28 -07:00

6 lines
63 B
Go

package bgammon
type GameState struct {
*Game
Moves []int
}