An A* Path Finding Visualizer using Pygame
You need to only install pygame locally
Go to terminal and run
pip install pygame
This will install pygame
And to run this Visualizer,
python3 astar.py
Our Visualizer Window will open,
-
First click anywhere to set the starting spot
-
Second click will set the ending spot
-
And the rest of the clicks will set the wall/blockage for the path
-
Now click Spacebar to start the visualizer in action
MIT License 2021 (c) Nilesh Das
