hs2048-0.1.0: A 2048 clone in Haskell.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Hs2048.Settings

Description

Game settings.

Synopsis

Documentation

height :: Int Source

Returns the height of the game board.

>>> height
4

maxTile :: Int Source

Returns the maximum tile value.

>>> maxTile
2048

tiles :: Int Source

Returns the number of starting tiles.

>>> tiles
2

width :: Int Source

Returns the width of the game board.

>>> width
4