Skip to content

AsjadIftikhar/A-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Simulation to demonstrate A* algorithm with a python based desktop application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages