PDA

View Full Version : Best path finder functions


MRMAN
01-17-2006, 01:07 PM
Howdy,
I was wondering if anyone knew of any good pathfinder functions i can use.
I am creating a game that will will be based on a grid ranging from 10x10 up to 50x50. I need an algortith that will find the quickest path from a - b and will avoid walls and other object.

Thank you

MRMA

ralph l mayo
01-17-2006, 02:53 PM
http://en.wikipedia.org/wiki/A-star_search_algorithm

MRMAN
01-17-2006, 10:49 PM
Thank you. It looks good.