nations-game / nations-backend-django

Django port of nations-backend.
0 stars 0 forks source link

Factories #5

Open chaarlottte opened 5 months ago

chaarlottte commented 5 months ago

Nations will be able to stack factories. Every tick, factories will take input (such as power or money) and produce output (such as food or consumer goods). This should be a flexible system. After 24 ticks (or 48, depending on if a tick is 1hr or 30min), the factory will stop producing until it has been collected by the user.

chaarlottte commented 5 months ago

This may require a rework of how factories are currently handled; if so, we can have more people work on it other than just Seth (of course).

chaarlottte commented 5 months ago

Factories have been reworked!