Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
data Spielstand Source #
Instances
Show Spielstand # | |
Defined in Game.VierGewinnt.Text showsPrec :: Int -> Spielstand -> ShowS # show :: Spielstand -> String # showList :: [Spielstand] -> ShowS # |
anfangundzuege :: Spielstand -> (Spieler, [Zug]) Source #
berechneSpielstand :: (Spieler, [Zug]) -> Spielstand Source #
brettVon :: Spielstand -> Brett Source #
grundstellung :: Spieler -> Spielstand Source #
istMatt :: Spielstand -> Bool Source #
moeglicheZuege :: Spielstand -> [Int] Source #
wertung :: Spielstand -> Wertung Source #