Skip to content

Releases: rjoken/maze

v1.0.3

21 Apr 18:01
c42252a

Choose a tag to compare

  • More colourblind-friendly colours.
  • More verbose usage output for Python script.
  • Includes requirements.txt
  • Includes readme.
  • Restrict animation for large Aldous-Broder mazes.
  • Revert default fps to 30.

v1.0.2

20 Apr 19:53

Choose a tag to compare

  • Add runtime measurements for all maze solving operations
  • Add Binary Tree and Aldous-Broder MGA visualisations
  • Allow outputting of maze-solving metrics to a file

v1.0.1

01 Mar 05:34

Choose a tag to compare

  • Add measurement for runtime of Dijkstra pathfinding algorithm.

v1.0.0

01 Mar 04:43

Choose a tag to compare

Initial release! Includes a maze generator which has 3 different generation algorithms to choose from. Also includes a maze-solving program which implement's Dijkstra's pathfinding algorithm.