An open API service indexing awesome lists of open source software.

https://github.com/yangboz/as3astarwithgreenthread

:surfer: AStar example at <<AdvanceEDActionScriptAnimation>> with Green Thread mechanism optimization.
https://github.com/yangboz/as3astarwithgreenthread

Last synced: 3 months ago
JSON representation

:surfer: AStar example at <<AdvanceEDActionScriptAnimation>> with Green Thread mechanism optimization.

Awesome Lists containing this project

README

          

as3AStarWithGreenThread
=======================

AStar example at <<AdvanceEDActionScriptAnimation>> with Green Thread mechanism optimization.

Kind of(normal/isometric/hexagons) AS3 grid/board representation.

# Green Thread

see: http://en.wikipedia.org/wiki/Green_threads

# Dependency:

AS3Logger: https://github.com/yangboz/as3Logger

AS3 green thread: http://blog.generalrelativity.org/actionscript-30/green-threads/

AStar tutorials: http://www.policyalmanac.org/games/aStarTutorial.htm

Isometric: http://gamedevelopment.tutsplus.com/tutorials/creating-isometric-worlds-a-primer-for-game-developers--gamedev-6511

Hexagons: http://www.redblobgames.com/grids/hexagons/

# Snapshot

![Snapshot of "AStarWithGreenThread"](https://raw.github.com/yangboz/as3AStarWithGreenThread/master/src/snapshots/AStarWithGreenThread.jpg)