Skip to content

kkhitesh/Path-Finding-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path Finding Visualizer

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

Algorithms Added

Setup

Clone the repository
git clone https://github.com/kkhitesh/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

forthebadge

About

Third Year SDL Mini Project based on python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages