Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 359 Bytes

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