Skip to content

halitanildonmez/AStarPathfinder_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AStarPathfinder_Python

An A* pathfinding project using Python.

Heuristics

It allows Manhattan distance, Diagnoal distance and usage of tie breakers (scaling and cross)

Based on the descriptions here: http://theory.stanford.edu/~amitp/GameProgramming/Heuristics.html#breaking-ties

Here is several screenshots from the resulting pathfinding runs:

NOTE: green is the node that was added to the path, red is visited neighbours, yellos is the path to the goal

Alt text

Alt text

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages