Project was implemented using only vanilla JavaScript. Notion of Classes are used, e.g. Cell and Priority Queue. Maze was generated using a randomized Prim's algorithm. An enhancement to the algorithm ...
Goal of the game is to find your way through the randomly generated maze as fast as possible. Maze generation is implemented by 'Maze generation algorithm', more precisly, using the 'Randomized ...