Skip to content

aaronpuchert/floodit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.