coconut-platformer / game

2 stars 0 forks source link

Gravity #2

Open mrozbarry opened 5 years ago

mrozbarry commented 5 years ago

Idea is to add some gravity based on either Euler's method or maybe Verlet Integration, like here: https://en.wikipedia.org/wiki/Verlet_integration#Velocity_Verlet

mrozbarry commented 5 years ago

Related to #7