package
Version:
v0.0.0-...-23d7152
Opens a new window with list of versions in this module.
Published: Sep 19, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Game struct {
GameID int64
GameSpace [3][3]gameObject
PlayerXTurn bool
EmptyPositions []string
GameOver bool
PlayerXWinner bool
PlayerOWinner bool
}
func (g *Game) CheckWinner()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.