Skip to content
Three Card Dealer Poker versions
PublishedSession resourceImmutable metadata

three-card-dealer-poker/v1

Three Card Dealer Poker v1

This exact artifact is present in the loaded published catalog. A bespoke visual rules renderer is not installed in this build, so WagerCall shows the strict public metadata instead of borrowing another version's rules.

Rules hash1b36f83c5003

SHA-256 prefix

Enginethree-card-dealer-poker-v1-2026.08.31.1

Immutable build marker

RNGsha256-ctr / v1

Versioned environment

Event schemav1

Public event contract

Strict public metadata

State and input contracts

These schemas and states come from the published catalog projection; they are reference evidence, not a browser game engine.

State machine

published config schemaJSON
{
  "type": "object",
  "properties": {
    "max_stake": {
      "const": 100,
      "default": 100
    },
    "min_stake": {
      "const": 1,
      "default": 1
    },
    "max_rounds": {
      "type": "integer",
      "default": 8,
      "maximum": 8,
      "minimum": 1
    },
    "starting_points": {
      "type": "integer",
      "default": 1000,
      "maximum": 9007199254740191,
      "minimum": 1
    }
  },
  "additionalProperties": false
}
published action schemaJSON
{
  "oneOf": [
    {
      "type": "object",
      "required": [
        "type",
        "stake"
      ],
      "properties": {
        "type": {
          "const": "deal"
        },
        "stake": {
          "type": "integer",
          "maximum": 100,
          "minimum": 1
        }
      },
      "additionalProperties": false
    }
  ]
}

Exact history

Return to this family's published versions.

View version history