pygame is
pygame.org is
|
A* Pathfinding Algorithm
A* Pathfinding Algorithm - 1.0Canio Massimo Tristano (keebus)Tags:DescriptionThis is a A* pathfinding algorithm demo working with pygame. Just run the run.py file. Red cell means it's in the CLOSED list, green in the OPEN list (cells still to check). The numbers in cells are g (the cost), h ( the heuristic) and f ( the total score, f = g + h). Thanks and enjoy. Links
ScreenshotReleases
Pygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|