Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 546 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 546 Bytes

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.