Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.39 KB

File metadata and controls

49 lines (33 loc) · 1.39 KB

Pathfinders Visualizer

Website Status Codacy Badge License

A website visualizing maze generation and pathfinders algorithms!

Features

Maze Generation Algorithms:


Pathfinder Algorithms:

Run Locally

Clone the project

  git clone https://github.com/EricLin-jpg/Pathfinders-Visualizer.git

Go to the project directory

  cd Pathfinders-Visualizer

Install dependencies

  npm install

Start the server

  npm start

Go to http://localhost:8080/ and that's it!

Acknowledgements