zac-garby / solar-system

A strategy/simulation game.
MIT License
33 stars 17 forks source link

Update planet.h #59

Open DavidRHausner opened 6 years ago

DavidRHausner commented 6 years ago

Added planet properties. Orbits could be ellipses with semimajor and semiminor axes instead of circles, though circles will still work.

zac-garby commented 6 years ago

Nice :) but, what are you going to actually do with all these variables?

DavidRHausner commented 6 years ago

Some could be randomly generated, others calculated based on other values. That depends on how abstract vs. simulationist you want to go with the game.

zac-garby commented 6 years ago

Oh right, I see. It'd be nice for them to be based on other values