Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 579 Bytes

File metadata and controls

16 lines (9 loc) · 579 Bytes

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)