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 ...
Maze game created with just JavaScript. Initial version built over a few days, but will add to it over time (see ToDos). Purposely made some design choices and coding choices to show off some of the ...