Skip to content

Ananya2001-an/Pathfinding-Visualizer

Repository files navigation

Pathfinding Visualizer 🚓

Implements famous shortest pathfinding algorithms like Dijkstra and visualizes the searching process on a grid. Only used plain native JavaScript to build this project.

How to play?

  1. Choose one algorithm from the dropdown in the navbar.
  2. Choose start🟩 and end🟥 points on the grid. Later you can also add blocks🟦 to create a unique maze.
  3. Click on "Visualise" button to see the magic unfold! 🌠