path
pygame 821
2d 751
arcade 733
game 391
python 336
puzzle 333
shooter 262
strategy 251
action 211
other 151
libraries 150
space 150
simple 142
platformer 126
multiplayer 124
rpg 114
applications 92
retro 88
gpl 82
3d 81
pyopengl 73
snake 71
pyweek 71
geometrian 68
library 65
gui 61
engine 58
physics 57
simulation 52
adventure 46
AStar
A simple python implementation of the A* (a-star) path finding algorithm. The source contains the algorithm and a simple proof-of-concept example using pygame. The code only implements support for a plain square map but it should be fairly simple to implement support for any map type. If you have any questions regarding this don't hesitate to ask.Fugu path finding demo
A demonstration of a simple path finding algorithm.A* Pathfinding Algorithm
Simple implementation of the A* pathfinding algorithm using pygame.Hex stuff
It's an hexagonal map implementation with some nice extras such as pathfinding and heightmap loading.PathGetter
a function to browse the files and returns a path.