experimenting with pico hardware
neato features:
persistent loading/saving (not sure yet if this works in the web player?)
day/night cycle
shitty music
saving/loading does not work in the js player. It uses the data from the uploaded version
Nice! I didn't know you could call save from inside a game.
Maybe a future web player update can implement save() and load() using local storage.
- A cart is less than 17kb in binary form(only the data without the png)
- Pichodachi.p8 is ~38kb in ascii form and compresses to ~2kb using gzip.
- localStorage gives you 5MB per domain.
[Please log in to post a comment]