outfrost / deckswipe

Single player card game skeleton based on Reigns and Lapse
MIT License
75 stars 29 forks source link

Design a progress persistence system #8

Closed outfrost closed 5 years ago

outfrost commented 6 years ago

Design a way to save player's progress that's compatible with the Google Play Games API.

outfrost commented 6 years ago

TODO: Chain CardStorage init together with ProgressStorage init instead of cross-referencing done

outfrost commented 6 years ago

TODO: Dynamically add CardProgress if there isn't one yet

outfrost commented 6 years ago

For now we add all missing CardProgress entires upon loading the card collection and progress.

outfrost commented 5 years ago

Compatibility with a potential Google Play Game Services integration achieved through storing progress data in a single JSON object.