Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

That's such a classy Gameboy and screen color. Looks great. :)

Yes, that seems reasonable to "auto-resume" some time after power-on and idle (if there is an existing save state). Should be easy, I can look into it soon.


When you turn it off, do you pause or return to the menu first? It used to auto-save once a minute, but that was adding a lot of overhead due to the amount of data saved. So I changed it to only save under these conditions:

- The game board will be saved when starting, stopping or pausing

Thanks!

I just power it off. But it won’t bother me if it would reset the animation after powering it down. If I want to keep the state for some reason, I would pause before powering down.

As it saves when starting, that should be enough to autostart with the whatever the user have configured.

Thanks for considering this :)

I uploaded version 1.1.1 which has this change on the Title Menu screen:

- If no menu cursors or options are changed for about 1 minute then the game board will auto-start.

Does one minute seem like a reasonable amount time?
(+1)

Yes, around 1 minute is perfect, thank you!

Great! 😄