Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 418 Bytes

A* pathfinding algorithm

This is my python implementation of the A* pathfinding algorithm.

Demo

This maze was made by my maze generator algorithm.

Demo with generated maze

Try it yourself

Run:

pip install pipenv
pipenv install
pipenv run python launch.py