A Star a* algorithm

08/19/2017 09:27 backtomatrix#1
Hello Epvp Memebers
i just noop coder :D lol i want to know how to use A* algorithm in Travel PictureBox image i saw many guide but it's For Grid , 3D and Private Servers not for Pic map is there any one can help me to convert it to i can use in traveling
Hope to find someone help me or give me some tips :)
Thanks :handsdown:
08/19/2017 10:53 Xio.#2
Use Your Mind you Will Get every Thing You Want
08/19/2017 13:32 KraHen#3
[Only registered and activated users can see links. Click Here To Register...]

If this doesn't help you nothing will. It's literally one of the first results on Google. Why am I even replying to this.
08/22/2017 02:25 JaniQ#4
Well you can simply create a grid with the map data you have and use the grid implementation it's really straight forward , mark for instance valid points as 0 and invalid points as 1 and go from there. even you look at any public implementation in C# or whatever language you are using you will find a detail description of how to use it.

But you are better off understanding how the algorithm work if you want to get somewhere other than just copy paste other people's work.
08/23/2017 10:27 backtomatrix#5
Quote:
Originally Posted by JaniQ View Post
Well you can simply create a grid with the map data you have and use the grid implementation it's really straight forward , mark for instance valid points as 0 and invalid points as 1 and go from there. even you look at any public implementation in C# or whatever language you are using you will find a detail description of how to use it.

But you are better off understanding how the algorithm work if you want to get somewhere other than just copy paste other people's work.
very thanks for your helping and about copy past another people work i dont like take same work maybe i take it and make some modify but i'm looking for special work