Skip to content

Releases: Flolle/terminal-flood

v2.0

06 Feb 23:11
Compare
Choose a tag to compare
  • 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

03 Feb 23:54
Compare
Choose a tag to compare
  • 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

01 Feb 16:30
Compare
Choose a tag to compare
  • fixed some errors in the -help documentation
  • significantly improved the performance of the astar_a strategy

v1.0

29 Jan 13:06
Compare
Choose a tag to compare

Features:

  • play the game (and customize it)
  • solve single or multiple game boards with an A* algorithm using different heuristics
  • create customized datasets