A simple 2d Projectile motion game. You can change the inital velocity, inital angle, and gravity values to aim a projectile and hit a target at random positions on the x axis. Earn points for hitting the target accurately. I used very basic projectile motion physics to make this an accurate simulation of a projectile fired without air resistance.
Simulating a simple pendulum with the ability to change Vo, Thetao and R/l. Then graphing the radians to seconds using matplotlib to give a nice animation.