Learn how to create random mazes using HTML, CSS and JavaScript. In this mini project, we go through the depth-first search algorithm step-by-step, and create a mini app which you can use to view and download the results.
Open Tile Image:
https://github.com/AlexanderFarrell/maze_generator_javascript/blob/master/open.png
Closed Tile Image:
https://github.com/AlexanderFarrell/maze_generator_javascript/blob/master/closed.png
Maze Generation Algorithms:
https://en.wikipedia.org/wiki/Maze_generation_algorithm
Source Code:
https://github.com/AlexanderFarrell/maze_generator_javascript
Timestamps:
Available soon!