Hi guys, I have a question about pathfinding methods. For now I am only interested in Tile Based pathfinding, which, as anyone who has broached the topic will know, is worlds easier.
I have developed several pathfinding algorithms and some have had more success than others, but ultimately they are too inefficient.
So I was wondering if some people could outline their own successful algorithms, so I can see what other ways people have come up with. Also if anyone has more general tips for optimising this process then please let me know,
Thanks java pros