This is my implementation of A* pathfinding algotihm. It is written in Python and intended for use in a real-time strategy game. It is optimized using a heap.
-
Notifications
You must be signed in to change notification settings - Fork 0
leifekstromclark/a-star
About
A* pathing in Python. Optimized with a heap.