This is an interactive GUI that allows a user to play around with the A* Pathfinding algorithm and get a visual representation of how it works.
CURRENTLY ONLY SUPPORTS WINDOWS
Python PyGame script which provides a user interface for performing A* searches
Python