Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevhiggins/a-star_pathfinder
Actionscript 3 A* Pathfinding interface that can be implemented for easy pathfinding in tile based maps
https://github.com/kevhiggins/a-star_pathfinder
Last synced: 3 months ago
JSON representation
Actionscript 3 A* Pathfinding interface that can be implemented for easy pathfinding in tile based maps
- Host: GitHub
- URL: https://github.com/kevhiggins/a-star_pathfinder
- Owner: kevhiggins
- Created: 2011-03-31T17:12:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-14T16:29:18.000Z (over 13 years ago)
- Last Synced: 2024-05-03T05:14:21.467Z (6 months ago)
- Language: ActionScript
- Homepage:
- Size: 199 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - a-star_pathfinder - Actionscript 3 A* Pathfinding interface that can be implemented for easy pathfinding in tile based maps (Utilities / Geometry)
README
This pathfinder uses the A* search algorithm
http://en.wikipedia.org/wiki/A*_search_algorithmTo see the pathfinder in action check out bin/PFDemo.swf
To use the khiggins.pathfinder package, implement the INode interface.
An example of this can be seen in khiggins/demo/Tile.asIn order to compile using make, you need the Adobe Flex SDK
http://www.ghostwire.com/aspireui/docs/basics/compiling-with-flex-mxmlcThrow mxmlc in your path and you can make with the Makefile
Any thoughts or questions are welcome: [email protected]