Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python implementation of the A* pathing algorithm

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages