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.
- Host: GitHub
- URL: https://github.com/yangboz/as3astarwithgreenthread
- Owner: yangboz
- Created: 2013-02-01T08:39:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T03:49:23.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T05:18:02.334Z (8 months ago)
- Language: ActionScript
- Homepage: http://smartkit.info
- Size: 510 KB
- Stars: 7
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
