CalebJohn / into-the-great-abyss

A prototype for a space exploration/management game.
GNU General Public License v3.0
2 stars 3 forks source link

Add Capacity #66

Closed clayjohn closed 7 years ago

clayjohn commented 7 years ago

We should add a capacity variable for resources to the base object. Either we should have a cap on resource storage or a cap on the number of gatherers. Whichever one we choose we should do for gameplay reasons. We could even have a global storage variable for each resource which expands both resource capacity and production capacity.