{
  "generatedAt": "2026-07-03T06:21:22.143Z",
  "games": [
    {
      "name": "Blackjack",
      "slug": "blackjack",
      "version": "1.0.0",
      "author": "faluciano",
      "description": "Classic casino card game where players try to beat the dealer by getting closest to 21 without going over",
      "tags": [
        "banking",
        "casino",
        "dealer-vs-players",
        "classic"
      ],
      "license": "public-domain",
      "players": {
        "min": 1,
        "max": 6
      },
      "file": "rulesets/blackjack.cardgame.json"
    },
    {
      "name": "Crazy Eights",
      "slug": "crazy-eights",
      "version": "2.0.0",
      "author": "faluciano",
      "description": "Match cards by rank or suit, play eights as wildcards to change the active suit",
      "tags": [
        "matching",
        "shedding",
        "classic",
        "wildcards"
      ],
      "license": "public-domain",
      "players": {
        "min": 2,
        "max": 4
      },
      "file": "rulesets/crazy-eights.cardgame.json"
    }
  ]
}
