Skip to content

Implemented Dijkstra’s and A* Search Algorithm in Python to find the shortest route between two cells in a grid and visualized their workflow using a 2D graphics module called Pygame

Notifications You must be signed in to change notification settings

BradenStitt/Pathfinding-Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding-Visualizer

Implemented Dijkstra’s Search Algorithm in Python to find the shortest route between two cells in a grid and visualized their workflow using a 2D graphics module called Pygame

Requirements:

Pygame - "pip install pygame"

Execution:

Clone this repository using "git clone https://github.com/PrynceBrazy/Pathfinding-Algorithm-Visualizer.git" OR Zip Download the Repository and Extract it's contents. Now run the Pathfinding GUI file directly in your Terminal using "python app.py" or "python3 app.py"

Developers: Braden Stitt (PrynceBrazy)

About

Implemented Dijkstra’s and A* Search Algorithm in Python to find the shortest route between two cells in a grid and visualized their workflow using a 2D graphics module called Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages