The Plan
Building an ecosystem (client/server + deckbuilder + wiki (?)) for the Chrono Clash card game.
Here are the general steps I have in mind:
- Gather the latest version of the Chrono Clash rules & erratas in a single place
- Start referencing cards:
- We need a CDN to host card images / scans
- We need a place we can pull card data from
- Implement deckbuilder
- Implement server then client
Step 1: Gathering the rules
Step 2: Starting a card database
Scanning: Can be done with a phone
Serving the images: Will be done via a CDN or AWS or …
Inspirations
- Forceteki - A Star Wars Unlimited open source client/server