erikwatson / Bramble

A little JS game engine for jamming on prototypes.
MIT License
0 stars 1 forks source link

Save Game Module #27

Closed erikwatson closed 3 years ago

erikwatson commented 3 years ago

The user is probably going to want a way to save the players game state at various times. It'll probably just be a json object in the browser storage but I think it'll be nice to have it covered.

erikwatson commented 3 years ago

Done, it's just a super thin localstorage wrapper for now.