pathfinding

Started by
3 comments, last by Vanderry 13 years, 2 months ago
can someone tell me were there are some good pathfinding tutorials?
Advertisement

can someone tell me were there are some good pathfinding tutorials?


Someone may post some links, but meanwhile, just Google/search for 'pathfinding tutorial', 'a* tutorial', or 'a star tutorial', and you should find some good references.
i did the tutorials i found were horrible
Depends what kind of path finding you're looking for.
dijkstra's algorithm
A* pathfinding
I'm no expert on the subject, but it's my experience that A* can get you quite far in the most common types of search spaces. The first google match http://www.policyalm...tarTutorial.htm was sufficient to help me implement pathfinding for a 3D game world :)

This topic is closed to new replies.

Advertisement