Python implementation of the A* algorithm for searching the shortest way between two points on a 2d plane. Probably one of the most inefficient implementations possible, using node objects and dictioaries for storage.
pip install -r requirements.txt
python shortpath/astar.py
OR
python -m shortpath