------------(This is still a work in process)-------------- Ball = bouncy Ground = bouncy press up arrow to jump use space bar to do multiple jumps in the air (you can now use arrow keys to move left and right as well although the physics aren't quite right yet) This was just some cool idea that I had while I was supposed to be studying for an exam. There is a lot more work that still needs to be put into this project if I want to make it realistic but i'll do that another time. I have a few cool ideas for stuff based on this project in the future. How it works - For anyone who can be bothered to read this then this is basically how the project works. The code plots a parabola on the screen using the quadratic formula y = ax + by + c. As the player jumps that a value is altered. To keep the parabola in the same position the c value must decrease as the a value increase. You have to do some algebra to work out what the new c value would have to be. Then all you do is slap on some physics and your done.