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.
The visualization is quite laggy specially at the end of the creation of the maze where the maze is not visualized completely correctly.