This is pygame 1.9 on python 2.6..
Here is a screenshot of what is currently being drawn in my "game" to give some context. Here is the code.
It's supposed to be the moon orbiting around the earth (I'm not trying to make a real simulation or anything, I'm just using the setting to play around and learn pygame). It's 2 circles, and the moons elliptical orbit around the earth. My end game is to have the moon follow it's orbit around the earth, but I want to later use keyboard controls to adjust the shape of the moons orbit.
I really just need help with figuring out how to make the moon follow the path, I could probably figure the rest out.