Skip to content

toru-mano/FlipIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlipIt

overview

Overview

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.

Demo

Cheat mode shows an answer.

cheat-mode

You can play larger board.

large-mode

You can play more than two color. The following is a three color game.

tricolor

Install

git clone https://github.com/toru-mano/FlipIt.git
cd FlipIt
stack build

Usage

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

Author

Toru Mano

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published