Skip to content

Beware - it's ugly as hell but its purpose isn't being easy to read or refactor, but being fast.

Notifications You must be signed in to change notification settings

martin-mfg/AS3-AStar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

About

Beware - it's ugly as hell but its purpose isn't being easy to read or refactor, but being fast.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ActionScript 94.7%
  • HTML 5.3%