GUI based visualization of A* searching algorithm
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
Create a virtual environment and install libraries listed in requirements.txt
(more https://docs.python.org/3/library/venv.html)
Run AStar.py
file
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)