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
Pygame - "pip install pygame"
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)