PDA

View Full Version : AI path help



DarkNighter
January 26th, 2009, 08:44 PM
Need help on AI. Not sure how to code works.

The algorithm
f = g + h

Mentalist
January 27th, 2009, 01:06 AM
Looks like the A-Star algorithm.

http://www.policyalmanac.org/games/aStarTutorial.htm

DarkNighter
January 27th, 2009, 12:14 PM
yeah but I can't understand it. Working on the 3D path. It real time path check if object is moving and I have to deal with collision.