Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 652 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 652 Bytes

Micro-optimized version of a fast Actionscript3 AStar implementation written by Tom Newton.

A demo of the original version can be found on his webpage.

This repository is a fork of shdpls work and fixes some bugs in the upstream repository. Please note that this forked version is probably a little bit slower than shdpls version but in return the calculated path is always as short as possible. (For more info on that click here.)