Skip to content

fahin-p/pathfinding-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding Algorithm Visualizer 🗺️

An interactive web application that visualizes pathfinding algorithms like Dijkstra's and A* on a customizable grid. This project was built to demonstrate a fundamental understanding of graph traversal algorithms and data structures.


Live Demo 🚀

Try the live version here!


Demo GIF ✨

Demo GIF of Pathfinding Visualizer


Features

  • Interactive Grid: Click and drag to draw walls and create unique mazes.
  • Algorithm Selection: Choose between Dijkstra's and A* algorithms to see them in action.
  • Clear Visualization: Watch the algorithms explore the grid in real-time, with the final shortest path highlighted.
  • Responsive Design: Works on a variety of screen sizes.

Technologies Used 💻

  • HTML5
  • CSS3
  • JavaScript (ES6)
  • Git & GitHub Pages for version control and deployment.

How to Run Locally

  1. Clone the repository:
    git clone https://github.com/fahin-p/Pathfinding-Visualizer.git
  2. Navigate to the project folder:
    cd Pathfinding-Visualizer
  3. Open the index.html file in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published