/floodit-solver

Floodit game solvers in C. Solve floodit boards using your brain or some other heuristic.

Primary LanguageC

floodit

A game where the minimum number of flooding operations is NP-hard for a number of colors >= 3.

The Complexity of Flood Filling Games.

how to run

from src directory run

$ make
$ ./floodit

about floodit-solver

genetic algorithm to solve a floodit game

...currently implementing game interface and other solving algorithms.

Genetic Algorithm