Skip to content

karan0805/Path-Finding-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path Finding Visualizer

Pathfinder

A Python GUI App which visualizes path finding in pygame window.

Algorithms Added

Setup

Clone the repository
git clone https://github.com/karan0805/Path-Finding-Visualizer.git
Move to the desired folder
cd Path-Finding-Visualizer
To install the dependencies, simply write
pip install -r requirements.txt
To run the app, simply write
python main.py

Screenshots

UI

UI Of App

UI Of App

A-Star

A-Star

Dijkstra

Dijkstra

Greedy Best-First

Greedy

contributions welcome Open Source? Yes!

forthebadge forthebadge

If you encounter any difficulty running it, feel free to contact on my email 😄

If you liked our work do give us a star ⭐⭐⭐ It Encourages us to do more 😉 💫

About

A Path-Finding visualizer which helps you visualize different algorithms such as A-Star, Dijkstra & Greedy Best-First.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages