mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-03-28 16:36:42 +00:00
A* Pathfinding Algorithm 🌟
Implemented with pygame, this script will find the shortest distance between two nodes using A* Algorithm 🎮
Instructions/ Keys Functionalities :
-
Left Click to add start and end nodes
-
Right Click to remove the nodes
-
Space Bar to start finding the shortest distance
-
'C' to clear and reset the grid
Requirements:
pip install pygame