Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

After 60 turns I had a population -30000. Call me hades.

Very well realized game, I like that You can skip everything. Game probably has all the features it should have, and non intrusive moody music. The only thing it could be explained better in-game, perhaps it would be good to show population in the corner of the screen if it has to be goal of the game.

Yes, I saw that (too late), actually it’s a memory overflow… PICO-8 integers are coded with 16bits (signed) so -32768 to 32768. I will divide everything by 10 I think.

The tutorial is not finished indeed ^^’ You are right, the population has to be visible all the time!

Thank you for the feedback

(+1)

Oh okay, I thought that I was doing so bad it went below 0:P

It is impossible to have a negative population by design (should be ^^”)