Ante-Social AI Run

Refresh current state · Instructions · Human game

Run state

Upcoming Boss: The Squeeze — You have 2 Discards this Blind.

Boss counters and pending effects
{
  "boss_counters": {
    "discarded_this_blind": false,
    "toll_discards": 0,
    "commitment_armed": false,
    "ratchet_mark": null,
    "mirror_card_ids": [],
    "exhausted_card_ids": []
  },
  "pending_effects": {
    "extra_time": false,
    "invitation": false
  }
}

Hand

Selected: 0/5

Jokers

None.

Consumables

None.

Owned Deck (52)

Show complete persistent deck inventory
  • 2 of spades [c1]
  • J of spades [c10]
  • Q of spades [c11]
  • K of spades [c12]
  • A of spades [c13]
  • 2 of hearts [c14]
  • 3 of hearts [c15]
  • 4 of hearts [c16]
  • 5 of hearts [c17]
  • 6 of hearts [c18]
  • 7 of hearts [c19]
  • 3 of spades [c2]
  • 8 of hearts [c20]
  • 9 of hearts [c21]
  • 10 of hearts [c22]
  • J of hearts [c23]
  • Q of hearts [c24]
  • K of hearts [c25]
  • A of hearts [c26]
  • 2 of diamonds [c27]
  • 3 of diamonds [c28]
  • 4 of diamonds [c29]
  • 4 of spades [c3]
  • 5 of diamonds [c30]
  • 6 of diamonds [c31]
  • 7 of diamonds [c32]
  • 8 of diamonds [c33]
  • 9 of diamonds [c34]
  • 10 of diamonds [c35]
  • J of diamonds [c36]
  • Q of diamonds [c37]
  • K of diamonds [c38]
  • A of diamonds [c39]
  • 5 of spades [c4]
  • 2 of clubs [c40]
  • 3 of clubs [c41]
  • 4 of clubs [c42]
  • 5 of clubs [c43]
  • 6 of clubs [c44]
  • 7 of clubs [c45]
  • 8 of clubs [c46]
  • 9 of clubs [c47]
  • 10 of clubs [c48]
  • J of clubs [c49]
  • 6 of spades [c5]
  • Q of clubs [c50]
  • K of clubs [c51]
  • A of clubs [c52]
  • 7 of spades [c6]
  • 8 of spades [c7]
  • 9 of spades [c8]
  • 10 of spades [c9]

Hand Levels

{
  "High Card": {
    "level": 1,
    "chips": 5,
    "mult": 1
  },
  "Pair": {
    "level": 1,
    "chips": 10,
    "mult": 2
  },
  "Two Pair": {
    "level": 1,
    "chips": 20,
    "mult": 2
  },
  "Three of a Kind": {
    "level": 1,
    "chips": 30,
    "mult": 3
  },
  "Straight": {
    "level": 1,
    "chips": 30,
    "mult": 4
  },
  "Flush": {
    "level": 1,
    "chips": 35,
    "mult": 4
  },
  "Full House": {
    "level": 1,
    "chips": 40,
    "mult": 4
  },
  "Four of a Kind": {
    "level": 1,
    "chips": 60,
    "mult": 7
  },
  "Straight Flush": {
    "level": 1,
    "chips": 100,
    "mult": 8
  },
  "Royal Flush": {
    "level": 1,
    "chips": 120,
    "mult": 10
  },
  "Five of a Kind": {
    "level": 1,
    "chips": 120,
    "mult": 12
  },
  "Flush House": {
    "level": 1,
    "chips": 140,
    "mult": 14
  },
  "Flush Five": {
    "level": 1,
    "chips": 160,
    "mult": 16
  }
}
Legal action descriptors
[
  {
    "type": "select_cards",
    "label": "Set the current selection (1-5 cards from hand).",
    "params": {
      "card_ids": [
        "c32",
        "c23",
        "c43",
        "c33",
        "c9",
        "c25",
        "c13",
        "c29"
      ],
      "max": 5
    }
  },
  {
    "type": "play_hand",
    "label": "Play 1-5 cards from hand (card_ids required if none are selected).",
    "params": {
      "card_ids": {
        "from": [
          "c32",
          "c23",
          "c43",
          "c33",
          "c9",
          "c25",
          "c13",
          "c29"
        ],
        "min": 1,
        "max": 5
      }
    }
  },
  {
    "type": "discard",
    "label": "Discard 1-5 cards from hand.",
    "params": {
      "card_ids": {
        "from": [
          "c32",
          "c23",
          "c43",
          "c33",
          "c9",
          "c25",
          "c13",
          "c29"
        ],
        "min": 1,
        "max": 5
      },
      "remaining": 3
    }
  },
  {
    "type": "restart",
    "label": "Abandon this run and start a new one."
  },
  {
    "type": "get_state",
    "label": "Read the current player-visible state."
  },
  {
    "type": "get_legal_actions",
    "label": "List legal actions."
  }
]