Skip to content

GUI app for visualization of A* searching algorithm represented as a maze with obstacles.

Notifications You must be signed in to change notification settings

ShirinovAdil/AStarVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AStarVisualization

GUI based visualization of A* searching algorithm

About

Project was made as a task for Intellectual technology subject

It shows the pathway of AStar searching algorithm illustrating the nodes expanding and taken routes

How to run?

Create a virtual environment and install libraries listed in requirements.txt (more https://docs.python.org/3/library/venv.html)

Run AStar.py file

Instructions

To give a start point use Mouse 2 click (right click)

To give a finish/destination use Mouse 3 click (scroll wheel click)

To place walls use Mouse 1 click (left click)

About

GUI app for visualization of A* searching algorithm represented as a maze with obstacles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages