This is a Python based visualisation tool used to simulate the very famous and important A* path finding algorithm.
I have used Pygame and Python to make this app.
.
├── algorithms.py
├── a_star.py
├── colors.py
├── grid_utility.py
├── localrun.sh
├── localsetup.sh
├── node.py
├── README.md
└── requirements.txt
Prerequisites:
- Python3
- Pip3
If you are a Linux user, follow the following steps:
-
Open terminal at the location where the :
a_star.pyfile is present. -
source localsetup.sh -
source localrun.sh