Skip to content
/ Mazee Public

Maze generator and solver. Animates different maze generating and solving algorithms. Can also solve a maze from an image. Image mazes can only be stored on your device while mazes created on the canvas in the program can be stored in an online database or locally on your device. Feel free to email if an problems occur. (darien.dcosta@gmail.com)

Notifications You must be signed in to change notification settings

dcd-code/Mazee

Repository files navigation

#Maze Generator and solver


Maze is a program that generates and solves mazes.

Availible Features:

  • Login page (Login and Sign Up availible)
  • 4 Maze Generating Algorithms (Aldous-Broder, Wilson's, Kruskal's and Recursive Backtracker)
  • 5 Maze Generating Algorithms (Depth-First, Breadth-First, Bidirectional Breadth-First, Greedy Best First Search and Dijkstra's)
  • Animation speed of maze gen and solving algorithms can be altered
  • Save functionality ( Save to device ){Save online will be implemented in the future}
  • Solve maze from an image { Uses BFS }

Login Page: image

Main Menu: image

Create Maze: image

Recursive Backtracker creating a maze: Untitled video - Made with Clipchamp

About

Maze generator and solver. Animates different maze generating and solving algorithms. Can also solve a maze from an image. Image mazes can only be stored on your device while mazes created on the canvas in the program can be stored in an online database or locally on your device. Feel free to email if an problems occur. (darien.dcosta@gmail.com)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages