This is my gravity simulator. It is a tutorial because it not only shows the code, it also includes physics. This gravity simulator is different because things do not fall at a constant rate, but the rate in which the sprite will fall will change. ------------------------------------------------------------------------- It is also important to note that a step is a meter, so the max speed that the sprite will fall is 9.8 step a second. ------------------------------------------------------------------------- Instructions: After reading the introduction, (if you read this, the instructions are very similar so you could skip it), press SPACE. Then, you will see the ball physics. ------------------------------------------------------------------------- #games #tutorials #animations