The Plan

Building an ecosystem (client/server + deckbuilder + wiki (?)) for the Chrono Clash card game.

Here are the general steps I have in mind:

  1. Gather the latest version of the Chrono Clash rules & erratas in a single place
  2. Start referencing cards:
    • We need a CDN to host card images / scans
    • We need a place we can pull card data from
  3. Implement deckbuilder
  4. 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