a-star-lua icon indicating copy to clipboard operation
a-star-lua copied to clipboard

A clean, simple implementation of the A* pathfinding algorithm for Lua.

Results 1 a-star-lua issues
Sort by recently updated
recently updated
newest added

* Return module table instead of using deprecated `module` function. * Remove path cache. Clients may implement their own cache if desired. (I feel it's out of scope for this...