An open API service indexing awesome lists of open source software.

https://github.com/hashimthearab/python-astar

A path finding program using the A* algorithm and randomly generated mazes. This is unfinished but partially works.
https://github.com/hashimthearab/python-astar

Last synced: about 1 month ago
JSON representation

A path finding program using the A* algorithm and randomly generated mazes. This is unfinished but partially works.

Awesome Lists containing this project

README

        

# Python-Astar
A path finding program using the A* algorithm and randomly generated mazes. This is unfinished but partially works.

This is my first "real" python program and first time trying to use an algorithm like this.

To use this install the cmu_graphics library at https://academy.cs.cmu.edu/desktop and place the decompressed folder in the same path as the program.