Stencyl extension providing AStar algorithm (extension and basic sample). Each tile(ID) is associated with a character ("." allowed / "X" not allowed). The path can include diagonals (or not). The map representation can be built one time and be used many time. Tile can have a cost of use. Actors may use different map representation,...
@Jon> Is there a way to add documentation in the extension ? Is there a repository for 3 stuffs somewhere ?
Update: attached working extension folder and sample game