I decided to play around with simple gravity simulation in python 3 and using the turtle module. I had to use trig functions (sin/cos) to work out the speed in x and y based on the angle of the projectile and the velocity. Gravity was also added but kept as easy as possible. Feel free to look at the code for any improvements/questions:
https://www.dropbox.com/sh/sehm1ezd1e...
My initial youtube video playing around with simple gravity simulation in python games:
• Playing with simple gravity simulation in ...