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 ...
This assignment practices unobtrusive JavaScript events and the Document object Model (DOM). You'll develop a page with a "maze" to navigate with the mouse. You will only implement maze.js to ...