Skip to content

Releases: cfoulk/Maze

v1.1.0

27 Apr 04:34
46af772
Compare
Choose a tag to compare

This release comes with the ability to set weights on the map in order to utilize weight path finding algorithms!

New Algorithm:

  • Dijkstra's Weighted Algorithm

New Maze Create Algorithm:

  • Reverse Backtrack

v1.0.0

21 Apr 22:00
Compare
Choose a tag to compare

Initial Release

Algorithms

  • Breadth-First Search
  • Depth-First Search

Mazes

  • Randomized