Tile based AStar implementation

Hey ,

I expend some time with a simple A* implementation … So if that interest you feel free to use :slight_smile:

http://www.pedroleonardo.com/blog/?p=119

Cheers

thanks, i dont need that but it looks like usefull

Thanks for share, how to use it?

I did a scene 01 with a demo but basically you need to implement INode interface in your tile create an instance of AStar with a grid of INodes and use the method search of AStar who will return to you and List of INodes.

Cheers

:shock: