Skip to main content

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

The game is fun and feels smooth in terms of progression, but you cannot play past what I would assume is early mid-game. 

As the other comment states, cant scroll past a certain point from the start and it gets worse as you progress and cannot obtain uranium or storage increase once you unlock science. 

Silver and coal's value gain/loss per second does not change sometimes.

Power doesn't matter? Not once did the value go to 0 or the machines stop. (I assume left value is usage per second, right being current gain or current power amount).

Good evening,

Thank you very much for your valuable review.

When I played the game, it was working properly. However, since I delegated part of the coding to AI, it’s possible that some issues were introduced in later revisions after my confirmation.

I usually work a full-time job, so please allow me some time to fix these problems.

As for the power system, it should cause issues when there is no power, but I realize I did not intentionally test the game in a no-power state. I will check this as well.

To explain the electricity system in a bit more detail:

The value represents the operating rate as a fraction (numerator / denominator).

If the numerator is 0, the operating rate is 0%.
If it’s 10/20, the operating rate is 50%.

This does not affect manual mining done by clicking.
However, it does affect automatic mining performed by machines.

That might be the reason why it sometimes feels like resources increase and sometimes they don’t.