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

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.

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