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.
- Host: GitHub
- URL: https://github.com/hashimthearab/python-astar
- Owner: HashimTheArab
- Created: 2021-08-12T04:07:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T04:08:23.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T23:34:29.222Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.