flypup / duel-of-the-devs

Duel of the Devs Web Game. Continuation of GitHub Game Off 2012 entry.
http://minimonks.com
2 stars 1 forks source link

Jumping, Falling, Climbing #4

Open robwalch opened 11 years ago

robwalch commented 11 years ago

Characters can jump to access elevated areas or tops of entities. (currently auto climb)

Initially Jumping will be handled automatically and triggered by collision events that match certain criteria (ex: character collision with floor or steps with characters jumping range.)