Module type Twenty_fourty_eight.GameParams

val size : int

Defines the size of the game board.

val seed : int option

Defines the seed for the `Random.init` call. If `None`, will call `Random.self_init` instead.