Twenty_fourty_eight.Game
module _ : GameParams
Defines all possible game states. The player can keep playing after winning, and the state will be kept as `Won`.
type t = cell list
Represents the actual game state, which is a list of all cells.
val new_game : unit -> t
Creates a new game with a single random cell.