https://github.com/bfollington/a-star-pathfinding
An A* Pathfinding implementation in Actionscript 3 (using Flashpunk for basic graphical display)
https://github.com/bfollington/a-star-pathfinding
astar-pathfinding flashpunk pathfinding prototype
Last synced: over 1 year ago
JSON representation
An A* Pathfinding implementation in Actionscript 3 (using Flashpunk for basic graphical display)
- Host: GitHub
- URL: https://github.com/bfollington/a-star-pathfinding
- Owner: bfollington
- Created: 2013-03-10T06:30:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-10T06:34:46.000Z (over 13 years ago)
- Last Synced: 2025-02-07T20:30:48.439Z (over 1 year ago)
- Topics: astar-pathfinding, flashpunk, pathfinding, prototype
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A-Star-Pathfinding
==================
An A* Pathfinding implementation in Actionscript 3 (using Flashpunk for basic graphical display)
Click to place obstacles on the map, and press space to trace a path.
If anyone ever wants to use this code, no attribution is requied but it's always nice.