Pathfinding
Author |
Message |
RedHedZed
|
Posted: Fri Nov 25, 2011 5:22 am Post subject: Pathfinding |
|
|
Hey,
So I'm working on a game for school and it's required to have A* Pathfinding in it.
I think I understand the actual algorithm but writing the code for it is confusing me.
Can anyone point me in the right direction? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Numbah51
|
Posted: Wed Nov 30, 2011 2:30 pm Post subject: RE:Pathfinding |
|
|
Hi there,
I had the same problem recently. I used this tutorial to help:
http://www.policyalmanac.org/games/aStarTutorial.htm
The way I started was to first read through the tutorial and then read through it again step by step writing code as I went. If you follow through the steps and try to write out the code as they explain the concept, you should be able to figure it out. Apart from that, if you have any specific questions i'll try to answer my best |
|
|
|
|
|
|
|