Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Well, I have browsed the web and this is the best toturial I have found so far regarding the pathfinding subject:

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

 

Although it is quite well explained and a good "get started" point for more advanced pathfinding methods, it have a problem, no C# example...

 

What I would like to know if there is anywhere a (GOOD) C# tutorial covering a more advanced pathfidning method like Dijkstra's or A* method. The ones I have found so far simple suck...

Edited by EFileTahi-A
Posted
The Code Project seems to have a lot of information on the subject. Their tutorials are ussually half-way decent. Also, you should be able to find C++ implimentations of shortest path/path finding algorithms pretty easily I would think. C++ isn't a stretch from C# and it wouldn't be too bad to translate them.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...