leethomason / MicroPather

MicroPather is a path finder and A* solver (astar or a-star) written in platform independent C++ that can be easily integrated into existing code. MicroPather focuses on being a path finding engine for video games but is a generic A* solver.
326 stars 71 forks source link

as3 version #1

Closed tconkling closed 11 years ago

tconkling commented 11 years ago

Hi Lee - I pulled a copy of a functional but not-yet-optimized AS3 version of micropather out of the history of a micropather SourceForge project that popped up in a Google search. I couldn't find a version of it being actively maintained or advertised anywhere.

Do you have any objections to me throwing up a micropather-as3 repo on GitHub? I'm a fan of the library - I used it a number of years ago in several C++ projects, and really appreciate the clean interface.

leethomason commented 11 years ago

Sure, that would be great - thanks!

tconkling commented 11 years ago

https://github.com/tconkling/micropather-as3