Maze Generator
Published:
The Maze Generator uses depth-first search algorithms to generate & solve mazes, and allows users to visualize these processes. The generator, solver, and visualizer are built in JavaScript, and the HTML5 canvas
element is used to draw the maze. All source code is available on GitHub.