| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Wordify.Rules.Game.Internal
Documentation
data GameStatus Source #
Constructors
| InProgress | |
| Finished |
Instances
| Eq GameStatus Source # | |
Defined in Wordify.Rules.Game.Internal | |
| Show GameStatus Source # | |
Defined in Wordify.Rules.Game.Internal Methods showsPrec :: Int -> GameStatus -> ShowS # show :: GameStatus -> String # showList :: [GameStatus] -> ShowS # | |
moveNumber :: Game -> Int Source #
playerNumber :: Game -> Int Source #
currentPlayer :: Game -> Player Source #
gameStatus :: Game -> GameStatus Source #
dictionary :: Game -> Dictionary Source #