hs2048-0.1.0: A 2048 clone in Haskell.

Safe HaskellSafe-Inferred

Hs2048.Settings

Description

Game settings.

Synopsis

Documentation

height :: IntSource

Returns the height of the game board.

>>> height
4

maxTile :: IntSource

Returns the maximum tile value.

>>> maxTile
2048

tiles :: IntSource

Returns the number of starting tiles.

>>> tiles
2

width :: IntSource

Returns the width of the game board.

>>> width
4