- shortest path
- A*
pipenv install
(mac users v2)- install dependencies:
pygame
- install dependencies:
- run "python astar.py" to load game
note
- usesPriorityQueue
to manage min g_scores- from queue module
- 1st
left mouse click
- draw start point - 2nd
left mouse click
- draw end point left mouse click
- draw barrier blocksspacebar
- Start algorithmright mouse click
- eraseX
- top left, close gameC
- clear whole board
Will be adding more soon, need to keep studying python!