Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 657 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 657 Bytes

astar

A Python implementation of the A* pathing algorithm to find the best path from the right side to the left side of the mountain range based on a heightmap. "Best" means many things in this context. The algorithm takes into account raw distance, elevation change/steepness, and tries to avoid crossing large rivers if possible.

The map is of the Linville Gorge area in the NC mountains.

Sample Output

Sample Output

Data Sources