Skip to content

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

Notifications You must be signed in to change notification settings

kultzak/floodit-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published