Skip to content
/ astar Public

A Python implementation of the A* pathing algorithm

Notifications You must be signed in to change notification settings

trevnels/astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages