A* pathfinding algorithm This is my python implementation of the A* pathfinding algorithm. Demo This maze was made by my maze generator algorithm. Try it yourself Run: pip install pipenv pipenv install pipenv run python launch.py