Gerrudo / reticulating-splines

An isometric city building game.
0 stars 0 forks source link

Allow Producers to keep track of how much they have produced #33

Closed Gerrudo closed 2 months ago

Gerrudo commented 2 months ago

For example using power,

If power == max power production * amount of power producers

do not produce more power.

Same can apply to water and workers

Gerrudo commented 2 months ago

Additional note: We could increase the time of different producers, for example if a producer is a fixed value with a constant stream of output, like a power plant:

We increase the output to as fast as possible, or reasonably fast, so 1 second or so. Then make every other piece of production that consumes power as a resource on a more reasonable cycle, like producing once every 5 or 10 seconds.

This stops our numbers fluxuating so much and slows down the game.

Gerrudo commented 2 months ago

Moving away from producers as specified in #36