Maze Generator
- 5 Devlogs
- 4 Total hours
A simple website that shows the creation of mazes with 5 different algorithms.
A simple website that shows the creation of mazes with 5 different algorithms.
Added a binary tree algorithm.
I finish adding Wilson’s algorithm to my maze website and also made the starting square green and the ending square red.
Implemented Kruskal’s algorithm and added a input field to change the speed of the algorithm.
Finished making Prim’s Algorithm and made the select algorithm work. I also made the maze generation animated.
In my maze generator website, I plan to make 5 different maze generating algorithms. I built a simple recursive backtracking algorithm and have it render on a canvas.