what would you modify in the game?
I think the first things I would do would be to change base population from an int to a floating point, to avoid the ocsillation between starvation and growth when nut intake is an odd number.
number two would be to add an order queue to terraformers, so I could map out all their orders so i dont have to move stuff aroud all the time.
I think the first things I would do would be to change base population from an int to a floating point, to avoid the ocsillation between starvation and growth when nut intake is an odd number.
number two would be to add an order queue to terraformers, so I could map out all their orders so i dont have to move stuff aroud all the time.
Comment