- Mazerunner is a pathfinder visualizer using principles from Dijkstra’s algorithm and breadth first search
- Please zoom in 150% for optimal experience
- Add start and end points to the grid
- Draw walls between start and end points
- Click RUN ALGORITHM to find shortest path between start and end points
- Click Clear Board to reset the board
- Have fun!
- React - JS Library
- Material UI - React UI Library
- SCSS - CSS Extension
- HTML/CSS
- Clone the project
- Go to project directory
- Install dependencies
npm install
- Start Server
npm run start