CS5800 final project (A* vs Dijkstra)
-
git clone https://github.com/ycleo/path-finding-visualizer.git
-
cd path-finding-visualizer
-
python3 main.py
-
Pick a Start position
-
Pick an End position
-
Draw some barriers
-
Execute the path-finding algorithm
- Press
a
-> A* algorithm - Press
d
-> Dijkstra algorithm
- Press
-
Press
b
to remove the previous path -
Press
c
to reset the visualizer (game)
- Python3
- Pygame