Skip to main content

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

How does the game remember the last run? I thought Pico8 had no saving?

(+1)

Pico8 does have saving! its very limited, but you can "store 64 numbers (256 bytes) of data to persistent storage". By encoding the items of the inventory, I managed to "store those values" and read them back in the menu. You can look into DSET() and DGET() if you wanna read about it.

(+1)

Oh, I see! I didn't expect it to work on web exports either XD. Awesome game btw!!