Game Physics Builder

Online tool to create and test physics for your platformer game !

Thank you very much for your donation ! ❤

Parameters

Jump heights:

Y1 help Y2 help Y3 help

Jump duration:

L help

Presets

Tester

Scale: x1
Speed: x1
Acceleration: x1

About

This game physics builder has been made to illustrate the calculations I've made in a paper. This paper goes deep into the specifics of the jump formula and how to apply it. If you have any question feel free to contact me at winter_alexander@outlook.com.

Click here to download the paper


Here's a very basic pseudo-code implementation offering the same behavior as this tool. (Also in the paper). Alternatively, you can consult the source code of this Game Physics Builder available on GitHub.

Output

help
V(t) = V0 + R*s - G*t + F*t*j
V0
R
G
F