https://github.com/ashblue/pathfinding-platformer
JavaScript algorithm for A* Pathfinding in a platformer game. Includes a notion of gravity and able to take into account complex obstacles and jumping.
https://github.com/ashblue/pathfinding-platformer
Last synced: 10 months ago
JSON representation
JavaScript algorithm for A* Pathfinding in a platformer game. Includes a notion of gravity and able to take into account complex obstacles and jumping.
- Host: GitHub
- URL: https://github.com/ashblue/pathfinding-platformer
- Owner: ashblue
- License: apache-2.0
- Created: 2014-01-24T08:13:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T15:38:05.000Z (almost 12 years ago)
- Last Synced: 2025-02-28T17:12:35.102Z (11 months ago)
- Language: JavaScript
- Homepage: http://ashblue.github.io/pathfinding-platformer/
- Size: 430 KB
- Stars: 54
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pathfinding-platformer
======================
JavaScript algorithm for A* Pathfinding in a platformer game. Includes a notion of gravity and able to take into account complex obstacles and jumping.