Skip to content

sababot/maze-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generation

Maze generation algorithm implemented in javascript. The algorithm implemented is the recursive algirhtm which uses recurssion to create the maze. This is procedurally generated which means that the maze is different each time.

maze-generation-demo

Errors

The visualization is quite laggy specially at the end of the creation of the maze where the maze is not visualized completely correctly.

Demo

https://sababot.github.io/maze-generation/