Hands of Cards+solution
declarations
Hands are basically just:
- a collection (pointer or search)
- metadata indicating supported Wagn versions, required packs, etc
We will likely want helpful search patterns to help create these pointers.
packs within hands?
T'would be very cool if hands could include pack code. Best guess is that the initial hands will not include packs, but we'll shoot for this.
data
Probably JSON. See improve JSON rendering. Might be possible in other forms? XML?
other key needs
- Web API for handling JSON (or other hand formats)
- version management design