Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.24 KB

File metadata and controls

49 lines (34 loc) · 1.24 KB

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