A path finding visualization tool using python and pygame library.
Requirements:
Python 3.7 or 3.8
Pygame library
How to use:
The first left click will place the start node and the second the end. the other clicks will create barriers.
Hit space when done and watch the algorithm find the shortest path from the start node to the end node.
If you want to do it again then press c to clear the grid.