baseoneaslib

Lib with a simple A-Star implementation. The path finding algorithm works within a graph defined by the developer and guided by two classes: TileGraph and TileNode. Every…

Path Finding
Leave a comment

AS3 A*

Implementation of the A* path-finding algorithm in Actionscript 3.

Path Finding
Leave a comment

A* (Astar)

AS3 implementation of A* path finding algorithm. It’s primary goal is stability. It should be able to find the path on a 1000×1000 map…

Path Finding
Leave a comment