outfrost / deckswipe

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

Import card data from Google Sheets #7

Closed outfrost closed 5 years ago

outfrost commented 6 years ago

Have the game automatically fetch card information from a Google Sheets spreadsheet and build its internal set of cards.

outfrost commented 6 years ago

Done via dd84b3c273a8976b138ba4bad8d121df9264fd66, 82105d5b39ee7897fe15e6648b231d5205937bce, 89c99cdc1c8edccbc9ef64d30b233920a1d3d8ef, 714fc3a8685ab5464a4b194730f91a6c0e1530b2.

outfrost commented 6 years ago

Would be good to have a sheet format version safeguard, and some kind of backwards compatibility. Current index-based sheet access isn't perfect either.

outfrost commented 5 years ago

Would be good to have a sheet format version safeguard, and some kind of backwards compatibility. Current index-based sheet access isn't perfect either.

Kind of done. The spreadsheet now has a Metadata sheet with a major.minor version number and indices pointing to each data sheet. Doesn't fully solve backwards compatibility, but it's better than nothing.