Releases: Flolle/terminal-flood
Releases · Flolle/terminal-flood
v2.0
- Added
-playFromDataset
and -solveFromDataset
commands which allow you to play or solve specific game boards in a given dataset. Check the -help
command or the documentation page for details.
v1.2
- Improved performance of the
astar_a
strategy.
- The solver algorithms now have a lower memory load. Resulting performance changes range between slightly worse and substantially better when the problemset has a high memory workload.
v1.1
- fixed some errors in the
-help
documentation
- significantly improved the performance of the
astar_a
strategy
v1.0
Features:
- play the game (and customize it)
- solve single or multiple game boards with an A* algorithm using different heuristics
- create customized datasets