I was trying to learn how to add A* to my game, so I downloaded Astar Project from JCash and tried to build it . While it did build, the result was just black for me… All the other projects worked fine, so I am lost
I have no experience with the Astar Project, however I can recommend the following page for a comprehensive look into A-star. If you are looking solely for pseudo-code, you will find it in the ‘Sketch’ sub-chapter, but I encourage you to read more as some of the chapters deal with performance, which may or may not be important for your game (do you run your path-finding routine once in a while or quite a lot? are the map representations large?)
Awesome, thanks everyone! I will look into these methods!
And thank you for trying to fix that project Mathias! It does launch now, but on my pc it can not receive any input on the waypoints . Wouldn’t expect you to stop your main dev work, just noting it for later