hs2048-0.1.0: A 2048 clone in Haskell.
Hs2048.Settings
Description
Game settings.
Synopsis
height :: Int Source
Returns the height of the game board.
>>> height 4
>>>
height
maxTile :: Int Source
Returns the maximum tile value.
>>> maxTile 2048
maxTile
tiles :: Int Source
Returns the number of starting tiles.
>>> tiles 2
tiles
width :: Int Source
Returns the width of the game board.
>>> width 4
width