Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 1.38 KB

File metadata and controls

37 lines (34 loc) · 1.38 KB

Pathfinding-Visualizer


Web application developed by Teodor Socea to provide a visual representation of various pathfinding algorithms. Hosted at https://pathfinding-visualizer-st.web.app/.

Using the app

Getting Started

Click the grid to draw some walls!

Oops!

Made a mistake? Reset the grid, go back to default or enable Erase Mode. Don't forget to turn it off!

Start/Finish Nodes

Move the nodes to wherever you like on the grid!

Visualize!

When you're done, press the button and watch it go!

Shortest Path

Try moving the nodes and watch it update in real time!

The Menu

  • Visualize: start running the algorithm;
  • Clear Grid: remove all walls and previous run;
  • Default Grid: go back to the grid you were given at the start;
  • Clear Previous Run: remove all visited nodes and path;
  • Erase Mode: toggle erase mode and remove walls.