Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 463 Bytes

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