Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Depending on how large your save state is, it could be as simple as a function mapping from a list of game objects to the saveable object. That approach works really well with Redux on the web since you really don't want to save most things. Where things really get tricky is when you want to get fancy and support things like saving only the changed portion of the state.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: