Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 555 Bytes

A*-Path-Finding-Visualizer

To try this A* path finder visualizer yourself, first install all the requirements

pip install -r requirements.txt

Then run the main.py file using

python main.py

Controls

left click 1st time - to place the start node
left click 2nd time - to place the end node
left click after that - to place barriers
space bar - to run the algorithm
c - to clear the screen
right click - to delete a node 

Demo GIF file