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

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.

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.