How to calculate production when player is offline
- by Kaizer
What is the best way to do for example food growth based on how many food buildings you have?
Lets say I have a webbased game where you can build a farm wich generates 60 food units per hour. A player has 1 farm in his possession.
What is the best way to keep on producing these units even when the player is offline? Should I do the math when the…