This simulator is a Python (Tkinter) based desktop application which finds the shortes path between two given points using the popular optimal path finding search algorithm: A* algorithm. It was created in Artifical Intelligence Course during Spring 2021.
- Python
- Tkinter
- A* Algorithm
- Path Finding on a road network
Install Tkinter Library
sudo apt-get install python3-tkChange directory to the one containing simulation.py file.
cd path/to/simulation/fileRun Simulation
Python3 simulation.pyGood Luck! Have a nice day.


