Skip to content

Latest commit

 

History

History

sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sample Maze Generator

To view the this sample, load the index.html in a browser. A maze will be generated in real time showing each step of the calculation. This was inspired by Coding Train's Maze Generator and the wikipedia page for maze generation. In this sample, I've build the maze using depth-first recursive-backtracking. I realize some of the code is not written using best practices, and this because it was meant to prove to myself that I understand how this works.