The visualization of A* algorithm using a GUI application
git clone https://github.com/shipraa1/Path_Finding_Visualiser.git
cd Path_Finding_Visualiser
pip install pygame
python pathfindingvisualiser.py
- Python
- pygame library
- A* path finding algorithm
- Mark the starting point
- Mark the destination
- Add all the obstacles
- Press
space
to start visualization