Solving a maze in Python using the A* search algorithm
- Based on a Medium.com article
- Uses pyamaze library for maze generation
You may find the PowerPoint presentation in this repository, or online by visiting this Canva link.
You can run main.py
after installing pyamaze
:
pip install pyamaze