FlipIt is a single player board game. Your goal is to make all tiles turn white. Implemented in Haskell and C. Inspired by the following web game.
Cheat mode shows an answer.
You can play larger board.
You can play more than two color. The following is a three color game.
git clone https://github.com/toru-mano/FlipIt.git
cd FlipIt
stack build
To start a two color 5x5 size game.
stack exec FlipIt-exe
To start a three color 6x6 size game.
stack exec -- FlipIt-exe 3 6