Skip to content

DizzyMoon/MazeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aldous-Broder Maze Generator

A simple maze generator generating a 10x10 grid maze using the Aldous-Broder algorithm.
This algorithm is comically inefficient, due to the iterator choosing random paths to draw the maze at all times. This often leads to situatios, where it takes several minutes for the iterator to bump into the final cell.

Try the generator here

The algorithm is described on Wikipedia

Maze Generation

About

A simple maze generator in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors