A python visualization of the A path finding algorithm. It allows you to pick your start and end location and view the process of finding the shortest path.*
- Python 3.x
- Pygame
Left click: First two clicks create a starting and an ending node. After that, you can create your barriers.
Right click: Erases the starting and ending nodes as well as the barriers.
C key: Resets the program.
Spacebar: Starts the program.