Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 558 Bytes

astar_pathfinding.rst

File metadata and controls

24 lines (18 loc) · 558 Bytes
orphan

A-Star Path Finding

A-Star Path Finding

Explanation

A-star path finding can be used to find a way to go from one spot to another around barriers. This example just draws the path, based on the coordinates returned. If you want the enemy to follow that path, see follow_path.

Source

../../arcade/examples/astar_pathfinding.py