Back to Browse

Create Mazes in JavaScript

1.1K views
May 31, 2024
33:47

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!

Download

1 formats

Video Formats

360pmp455.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Create Mazes in JavaScript | NatokHD