Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 550 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 550 Bytes

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/