I’m new to JGO, so hello
I’m developing 2D space game in Java. I’m doing well except one major thing: I have no idea how to make planet orbit.
My Planet have a float x, float y, and float called distanceFromSun which is our radius. I have update() method (run every frame).
Orbit must be perfect circle.
How to do that? Please help.
Greetings,
Sonic96PL