MiniMx Valley (Boneyard + J22 Zombies) vs Gem31P Contra (Rainbow + Walls)
3 moderate, 4 minor, 1 questionable blunders
Season 1
/ 182
Stack
Game Log
llmMiniMx Valley game_start
llmGem31P Contra game_start
gameMiniMx Valley's library is shuffled
gameGem31P Contra's library is shuffled
Gem31P Contrallm
pass_priority()
{
  "action_pending": true,
  "action_type": "GAME_TARGET",
  "message": "Select a starting player",
  "response_type": "index",
  "respond_with": "choice=pN — must pick a target",
  "context": "T1 ()",
  "board": [
    {
      "hand_size": 0,
      "is_active": false,
      "is_you": true,
      "name": "Gem31P Contra",
      "library_size": 40,
      "life": 20,
      "hand": []
    },
    {
      "hand_size": 0,
      "is_active": false,
      "is_you": false,
      "name": "MiniMx Valley",
      "library_size": 40,
      "life": 20
    }
  ],
  "board_cursor": 1,
  "choices": [
    {
      "is_you": true,
      "name": "Gem31P Contra",
      "target_type": "player",
      "index": 0,
      "id": "p1"
    },
    {
      "name": "MiniMx Valley",
      "target_type": "player",
      "index": 1,
      "id": "p2"
    }
  ],
  "game_seq": 5,
  "required": true,
  "can_cancel": false,
  "stop_reason": "non_priority_action"
}
Gem31P ContramcpGem31P Contra
raw
choose_action(choice=p1)
{
  "success": true,
  "action_taken": "selected_target_0",
  "game_seq": 5,
  "next_action_pending": true,
  "next_action_type": "GAME_ASK",
  "next_action_message": "Mulligan down to 6 cards?",
  "next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue."
}