Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 996 Bytes

File metadata and controls

52 lines (30 loc) · 996 Bytes

A* Algorithm Simulator

Path Finding Simulator

Build Status

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.

Features

  • Python
  • Tkinter
  • A* Algorithm
  • Path Finding on a road network

Sample Run of the Simulator:

Running

Setting up a scenario

Output

Executing Simulation

Output

Installation

Install Tkinter Library

sudo apt-get install python3-tk

Change directory to the one containing simulation.py file.

cd path/to/simulation/file

Run Simulation

Python3 simulation.py

Good Luck! Have a nice day.