https://github.com/mrgussio/pathfinding
A* (A star) Path finding script for Python 3.
https://github.com/mrgussio/pathfinding
a astar astar-algorithm astar-pathfinding pathfinding python python3 star
Last synced: 8 months ago
JSON representation
A* (A star) Path finding script for Python 3.
- Host: GitHub
- URL: https://github.com/mrgussio/pathfinding
- Owner: MrGussio
- Created: 2019-03-28T14:06:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T17:47:54.000Z (about 7 years ago)
- Last Synced: 2025-02-04T19:18:54.794Z (over 1 year ago)
- Topics: a, astar, astar-algorithm, astar-pathfinding, pathfinding, python, python3, star
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PathFinding
A* (A star) path finding script for Python 3.
## How does it work?
Insert a PNG-file containing a maze with only black and white pixels on it. Make sure there is a black border around the entire maze and that the maze has an entrance and exit on the top and bottom. See the folder "mazes" for examples.
## Required libraries
- ImageIO
- Numpy