Twenty_fourty_eight
2048 in OCaml
module type Game = sig ... end
module type GameParams = sig ... end
module Game (_ : GameParams) : Game