EFileTahi-A Posted June 13, 2005 Posted June 13, 2005 (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 June 13, 2005 by EFileTahi-A Quote
mskeel Posted June 16, 2005 Posted June 16, 2005 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.