This project uses basic AI knowledge such as Greedy Best-First Search and A* Search algorithm to find the least cost in moving around USIU-Africa. The program has an easy-to-use user interface when launched which was implemented with the use of customtkinter package. This project was developed by Hamza, Vinit, Daniel and me while taking our AI class.
Download and install Visual Studio 2019 or Visual Studio 2022
Download the zipped folder and unzip it OR clone the repository to your local machine
Open the folder from within Visual Studio 2019 or Visual Studio 2022
pip install operator
pip install tkinter
pip install customtkinter