A website visualizing maze generation and pathfinders algorithms!
Maze Generation Algorithms:
Pathfinder Algorithms:
Clone the project
git clone https://github.com/EricLin-jpg/Pathfinders-Visualizer.gitGo to the project directory
cd Pathfinders-VisualizerInstall dependencies
npm installStart the server
npm startGo to http://localhost:8080/ and that's it!