| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Tak
Documentation
data GameBranch a Source #
Constructors
| GameBranch Play (GameNode a) |
Constructors
| GameState | |
Fields
| |
Constructors
| Player | |
Fields
| |
stNextPlayer :: GameState -> Player Source #
oppositeColour :: Colour -> Colour Source #
treeGameState :: GameNode a -> GameState Source #