Discover Packages
github.com/0xk2/cosmos-learning/tictoctoe
datatype
package
Version:
v0.0.0-...-210b6bb
Opens a new window with list of versions in this module.
Published: Jan 18, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Game struct {
Id int `json:"id"`
Dx Position `json:"dx"`
Dy Position `json:"dy"`
Data [][]State `json:"data"`
Next User `json:"nextUser"`
Winner User `json:"winner"`
}
const (
NO_USER User = "no_user"
O_User User = "o"
X_User User = "x"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.