A Path Finding Visualizer using python and pygame
-
Clone the repo and install dependencies using thid command in the terminal:
pip install -r requirments.txt
-
Just run the astargyi.py file to run the program
- The first left click fixes the starting position.
- The secont left click creates the final position.
- All click after that creates the barrier .
- Right click on any box to reset it to null.
- Press Spacebar or Enter key to enjoy the path finding visualization!
- To reset the window or clear the grid, press c, esc or delete keys.