/floodit

Solver for "Flood It"

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Flood It - Solver

Build Status

This program tries to find an optimal solution to the game Flood It. The idea is to understand it as a graph problem and use the A* algorithm.

The program can be compiled via make. If necessary, set CXX to your favorite C++ compiler. A Debug version can be compiled via setting VARIANT=debug.