Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The game reliance on separate setInterval calls for each automation upgrade can result in the autoplanters and autoharvesters clustering in a very suboptimal way (i.e. "every second, all the autoplanters run, then all the autoharvesters run immediately after", which is apparently also what they default to on save load).

Also, the game copes very poorly with being left running in a background tab, for the same reason.