how to win

Sort:
Avatar of Potatoslain

I disabled all pieces with powerful captures:

{
  "players": [
    {
      "username": "King.Pawn.Knight",
      "color": "white"
    },
    {
      "username": "BishopBlaster_414_Demon",
      "color": "black"
    }
  ],
  "initialBoard": [
    [
      "empty",
      "empty",
      "empty",
      "black_pawn",
      "black_king",
      "black_fortress",
      "empty",
      "black_pawn"
    ],
    [
      "empty",
      "empty",
      "empty",
      "empty",
      "black_soldier",
      "empty",
      "black_archer",
      "empty"
    ],
    [
      "empty",
      "empty",
      "empty",
      "black_pawn",
      "empty",
      "black_pawn",
      "empty",
      "black_soldier"
    ],
    [
      "empty",
      "empty",
      "empty",
      "white_pawn",
      "white_pawn",
      "empty",
      "empty",
      "empty"
    ],
    [
      "empty",
      "empty",
      "empty",
      "empty",
      "white_general",
      "empty",
      "empty",
      "empty"
    ],
    [
      "empty",
      "empty",
      "white_fortress",
      "empty",
      "empty",
      "empty",
      "empty",
      "empty"
    ],
    [
      "empty",
      "empty",
      "empty",
      "empty",
      "empty",
      "empty",
      "empty",
      "empty"
    ],
    [
      "white_king",
      "empty",
      "empty",
      "empty",
      "empty",
      "empty",
      "empty",
      "empty"
    ]
  ],
  "initialGold": {
    "white": 0,
    "black": 0
  },
  "moves": [
    {
      "turn": 1,
      "player": "white",
      "action": "capture",
      "piece": "pawn",
      "targetType": "black_pawn",
      "fromX": 3,
      "fromY": 4,
      "toX": 2,
      "toY": 5,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0
      }
    },
    {
      "turn": 1,
      "player": "black",
      "action": "move",
      "piece": "archer",
      "targetType": "empty",
      "fromX": 1,
      "fromY": 6,
      "toX": 2,
      "toY": 6,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 2,
      "player": "white",
      "action": "capture",
      "piece": "pawn",
      "targetType": "black_soldier",
      "fromX": 2,
      "fromY": 5,
      "toX": 1,
      "toY": 4,
      "goldAfterMove": {
        "white": 1,
        "black": 0.5
      }
    },
    {
      "turn": 2,
      "player": "black",
      "action": "capture",
      "piece": "king",
      "targetType": "white_pawn",
      "fromX": 0,
      "fromY": 4,
      "toX": 1,
      "toY": 4,
      "goldAfterMove": {
        "white": 1,
        "black": 0.5
      }
    },
    {
      "turn": 3,
      "player": "white",
      "action": "move",
      "piece": "general",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 4,
      "toX": 4,
      "toY": 5,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 3,
      "player": "black",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 0,
      "fromY": 3,
      "toX": 0,
      "toY": 2,
      "goldAfterMove": {
        "white": 1.5,
        "black": 1
      }
    },
    {
      "turn": 4,
      "player": "white",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 3,
      "fromY": 3,
      "toX": 4,
      "toY": 7,
      "goldAfterMove": {
        "white": 2,
        "black": 1
      }
    },
    {
      "turn": 4,
      "player": "white",
      "action": "promotion",
      "piece": "rogue",
      "x": 4,
      "y": 7,
      "goldAfterMove": {
        "white": 2,
        "black": 1
      }
    },
    {
      "turn": 4,
      "player": "black",
      "action": "move",
      "piece": "archer",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 6,
      "toX": 2,
      "toY": 5,
      "goldAfterMove": {
        "white": 2,
        "black": 1.5
      }
    },
    {
      "turn": 5,
      "player": "white",
      "action": "move",
      "piece": "rogue",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 7,
      "toX": 5,
      "toY": 6,
      "goldAfterMove": {
        "white": 2.5,
        "black": 1.5
      }
    },
    {
      "turn": 5,
      "player": "black",
      "action": "move",
      "piece": "soldier",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 7,
      "toX": 4,
      "toY": 7,
      "goldAfterMove": {
        "white": 2.5,
        "black": 2
      }
    },
    {
      "turn": 6,
      "player": "white",
      "action": "move",
      "piece": "rogue",
      "targetType": "empty",
      "fromX": 5,
      "fromY": 6,
      "toX": 6,
      "toY": 5,
      "goldAfterMove": {
        "white": 3,
        "black": 2
      }
    },
    {
      "turn": 6,
      "player": "black",
      "action": "move",
      "piece": "archer",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 5,
      "toX": 1,
      "toY": 5,
      "goldAfterMove": {
        "white": 3,
        "black": 2.5
      }
    },
    {
      "turn": 7,
      "player": "white",
      "action": "spawn",
      "piece": "pawn",
      "x": 4,
      "y": 3,
      "goldAfterMove": {
        "white": 2.5,
        "black": 2.5
      }
    },
    {
      "turn": 7,
      "player": "black",
      "action": "spawn",
      "piece": "paladin",
      "x": 1,
      "y": 6,
      "goldAfterMove": {
        "white": 2.5,
        "black": 0
      }
    },
    {
      "turn": 7,
      "player": "white",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 3,
      "toX": 5,
      "toY": 7,
      "goldAfterMove": {
        "white": 3,
        "black": 0
      }
    },
    {
      "turn": 7,
      "player": "white",
      "action": "promotion",
      "piece": "scout",
      "x": 5,
      "y": 7,
      "goldAfterMove": {
        "white": 3,
        "black": 0
      }
    },
    {
      "turn": 7,
      "player": "black",
      "action": "capture",
      "piece": "paladin",
      "targetType": "white_general",
      "fromX": 1,
      "fromY": 6,
      "toX": 4,
      "toY": 5,
      "goldAfterMove": {
        "white": 3,
        "black": 0.5
      }
    },
    {
      "turn": 8,
      "player": "white",
      "action": "capture",
      "piece": "scout",
      "targetType": "black_soldier",
      "fromX": 5,
      "fromY": 7,
      "toX": 4,
      "toY": 7,
      "goldAfterMove": {
        "white": 3,
        "black": 0.5
      }
    },
    {
      "turn": 8,
      "player": "black",
      "action": "move",
      "piece": "archer",
      "targetType": "empty",
      "fromX": 1,
      "fromY": 5,
      "toX": 2,
      "toY": 5,
      "goldAfterMove": {
        "white": 3,
        "black": 1
      }
    },
    {
      "turn": 9,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 7,
      "toX": 4,
      "toY": 4,
      "goldAfterMove": {
        "white": 3,
        "black": 1
      }
    },
    {
      "turn": 9,
      "player": "black",
      "action": "move",
      "piece": "archer",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 5,
      "toX": 2,
      "toY": 6,
      "goldAfterMove": {
        "white": 3,
        "black": 1.5
      }
    },
    {
      "turn": 10,
      "player": "white",
      "action": "capture",
      "piece": "scout",
      "targetType": "black_paladin",
      "fromX": 4,
      "fromY": 4,
      "toX": 4,
      "toY": 5,
      "goldAfterMove": {
        "white": 3,
        "black": 1.5
      }
    },
    {
      "turn": 10,
      "player": "black",
      "action": "move",
      "piece": "archer",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 6,
      "toX": 2,
      "toY": 7,
      "goldAfterMove": {
        "white": 3,
        "black": 2
      }
    },
    {
      "turn": 11,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 5,
      "toX": 7,
      "toY": 5,
      "goldAfterMove": {
        "white": 3.5,
        "black": 2
      }
    },
    {
      "turn": 11,
      "player": "black",
      "action": "spawn",
      "piece": "soldier",
      "x": 0,
      "y": 4,
      "goldAfterMove": {
        "white": 3.5,
        "black": 0.5
      }
    },
    {
      "turn": 11,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 7,
      "fromY": 5,
      "toX": 7,
      "toY": 7,
      "goldAfterMove": {
        "white": 4,
        "black": 0.5
      }
    },
    {
      "turn": 11,
      "player": "black",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 0,
      "fromY": 2,
      "toX": 0,
      "toY": 1,
      "goldAfterMove": {
        "white": 4,
        "black": 1
      }
    },
    {
      "turn": 12,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 7,
      "fromY": 7,
      "toX": 1,
      "toY": 7,
      "goldAfterMove": {
        "white": 4.5,
        "black": 1
      }
    },
    {
      "turn": 12,
      "player": "black",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 3,
      "toX": 3,
      "toY": 3,
      "goldAfterMove": {
        "white": 4.5,
        "black": 1.5
      }
    },
    {
      "turn": 13,
      "player": "white",
      "action": "capture",
      "piece": "scout",
      "targetType": "black_archer",
      "fromX": 1,
      "fromY": 7,
      "toX": 2,
      "toY": 7,
      "goldAfterMove": {
        "white": 5,
        "black": 1.5
      }
    },
    {
      "turn": 13,
      "player": "black",
      "action": "spawn",
      "piece": "pawn",
      "x": 1,
      "y": 6,
      "goldAfterMove": {
        "white": 5,
        "black": 1
      }
    },
    {
      "turn": 13,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 7,
      "toX": 1,
      "toY": 7,
      "goldAfterMove": {
        "white": 5.5,
        "black": 1
      }
    },
    {
      "turn": 13,
      "player": "black",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 1,
      "fromY": 6,
      "toX": 2,
      "toY": 6,
      "goldAfterMove": {
        "white": 5.5,
        "black": 1.5
      }
    },
    {
      "turn": 14,
      "player": "white",
      "action": "capture",
      "piece": "scout",
      "targetType": "black_pawn",
      "fromX": 1,
      "fromY": 7,
      "toX": 2,
      "toY": 6,
      "goldAfterMove": {
        "white": 6,
        "black": 1.5
      }
    },
    {
      "turn": 14,
      "player": "black",
      "action": "spawn",
      "piece": "soldier",
      "x": 1,
      "y": 5,
      "goldAfterMove": {
        "white": 6,
        "black": 0
      }
    },
    {
      "turn": 14,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 6,
      "toX": 2,
      "toY": 7,
      "goldAfterMove": {
        "white": 6.5,
        "black": 0
      }
    },
    {
      "turn": 14,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 1,
      "fromY": 4,
      "toX": 0,
      "toY": 3,
      "goldAfterMove": {
        "white": 6.5,
        "black": 0.5
      }
    },
    {
      "turn": 15,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 7,
      "toX": 1,
      "toY": 7,
      "goldAfterMove": {
        "white": 7,
        "black": 0.5
      }
    },
    {
      "turn": 15,
      "player": "black",
      "action": "move",
      "piece": "soldier",
      "targetType": "empty",
      "fromX": 0,
      "fromY": 4,
      "toX": 0,
      "toY": 6,
      "goldAfterMove": {
        "white": 7,
        "black": 1
      }
    },
    {
      "turn": 16,
      "player": "white",
      "action": "capture",
      "piece": "scout",
      "targetType": "black_pawn",
      "fromX": 1,
      "fromY": 7,
      "toX": 0,
      "toY": 7,
      "goldAfterMove": {
        "white": 7.5,
        "black": 1
      }
    },
    {
      "turn": 16,
      "player": "black",
      "action": "spawn",
      "piece": "pawn",
      "x": 1,
      "y": 6,
      "goldAfterMove": {
        "white": 7.5,
        "black": 0.5
      }
    },
    {
      "turn": 16,
      "player": "white",
      "action": "capture",
      "piece": "scout",
      "targetType": "black_pawn",
      "fromX": 0,
      "fromY": 7,
      "toX": 1,
      "toY": 6,
      "goldAfterMove": {
        "white": 8,
        "black": 0.5
      }
    },
    {
      "turn": 16,
      "player": "black",
      "action": "move",
      "piece": "soldier",
      "targetType": "empty",
      "fromX": 0,
      "fromY": 6,
      "toX": 0,
      "toY": 4,
      "goldAfterMove": {
        "white": 8,
        "black": 0.5
      }
    },
    {
      "turn": 17,
      "player": "white",
      "action": "spawn",
      "piece": "general",
      "x": 3,
      "y": 4,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 17,
      "player": "black",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 3,
      "fromY": 3,
      "toX": 3,
      "toY": 2,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 18,
      "player": "white",
      "action": "spawn",
      "piece": "pawn",
      "x": 4,
      "y": 2,
      "goldAfterMove": {
        "white": 0,
        "black": 0.5
      }
    },
    {
      "turn": 18,
      "player": "black",
      "action": "move",
      "piece": "soldier",
      "targetType": "empty",
      "fromX": 1,
      "fromY": 5,
      "toX": 1,
      "toY": 3,
      "goldAfterMove": {
        "white": 0,
        "black": 0.5
      }
    },
    {
      "turn": 19,
      "player": "white",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 2,
      "toX": 4,
      "toY": 6,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 19,
      "player": "black",
      "action": "move",
      "piece": "soldier",
      "targetType": "empty",
      "fromX": 0,
      "fromY": 4,
      "toX": 0,
      "toY": 2,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 20,
      "player": "white",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 6,
      "toX": 4,
      "toY": 7,
      "goldAfterMove": {
        "white": 1,
        "black": 0.5
      }
    },
    {
      "turn": 20,
      "player": "white",
      "action": "promotion",
      "piece": "scout",
      "x": 4,
      "y": 7,
      "goldAfterMove": {
        "white": 1,
        "black": 0.5
      }
    },
    {
      "turn": 20,
      "player": "black",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 3,
      "fromY": 2,
      "toX": 3,
      "toY": 1,
      "goldAfterMove": {
        "white": 1,
        "black": 0.5
      }
    },
    {
      "turn": 21,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 7,
      "toX": 4,
      "toY": 5,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 21,
      "player": "black",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 3,
      "fromY": 1,
      "toX": 4,
      "toY": 1,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 22,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 5,
      "toX": 1,
      "toY": 5,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 22,
      "player": "black",
      "action": "move",
      "piece": "soldier",
      "targetType": "empty",
      "fromX": 0,
      "fromY": 2,
      "toX": 0,
      "toY": 4,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 23,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 1,
      "fromY": 5,
      "toX": 1,
      "toY": 4,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 23,
      "player": "black",
      "action": "capture",
      "piece": "king",
      "targetType": "white_scout",
      "fromX": 0,
      "fromY": 3,
      "toX": 1,
      "toY": 4,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 24,
      "player": "white",
      "action": "move",
      "piece": "general",
      "targetType": "empty",
      "fromX": 3,
      "fromY": 4,
      "toX": 2,
      "toY": 5,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 24,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 1,
      "fromY": 4,
      "toX": 2,
      "toY": 3,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 25,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 1,
      "fromY": 6,
      "toX": 1,
      "toY": 4,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 25,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 3,
      "toX": 1,
      "toY": 2,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 26,
      "player": "white",
      "action": "move",
      "piece": "general",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 5,
      "toX": 2,
      "toY": 3,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 26,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 1,
      "fromY": 2,
      "toX": 2,
      "toY": 1,
      "goldAfterMove": {
        "white": 1.5,
        "black": 0.5
      }
    },
    {
      "turn": 27,
      "player": "white",
      "action": "spawn",
      "piece": "pawn",
      "x": 3,
      "y": 2,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 27,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 1,
      "toX": 3,
      "toY": 1,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 28,
      "player": "white",
      "action": "move",
      "piece": "rogue",
      "targetType": "empty",
      "fromX": 6,
      "fromY": 5,
      "toX": 4,
      "toY": 3,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 28,
      "player": "black",
      "action": "move",
      "piece": "soldier",
      "targetType": "empty",
      "fromX": 0,
      "fromY": 4,
      "toX": 0,
      "toY": 2,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 29,
      "player": "white",
      "action": "move",
      "piece": "rogue",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 3,
      "toX": 2,
      "toY": 1,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 29,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 3,
      "fromY": 1,
      "toX": 4,
      "toY": 2,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 30,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 1,
      "fromY": 4,
      "toX": 4,
      "toY": 4,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 30,
      "player": "black",
      "action": "spawn",
      "piece": "pawn",
      "x": 0,
      "y": 3,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0
      }
    },
    {
      "turn": 30,
      "player": "white",
      "action": "move",
      "piece": "general",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 3,
      "toX": 4,
      "toY": 3,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0
      }
    },
    {
      "turn": 30,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 2,
      "toX": 5,
      "toY": 1,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 31,
      "player": "white",
      "action": "move",
      "piece": "scout",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 4,
      "toX": 4,
      "toY": 2,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 31,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 5,
      "fromY": 1,
      "toX": 5,
      "toY": 0,
      "goldAfterMove": {
        "white": 0.5,
        "black": 1
      }
    },
    {
      "turn": 32,
      "player": "white",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 3,
      "fromY": 2,
      "toX": 6,
      "toY": 1,
      "goldAfterMove": {
        "white": 0.5,
        "black": 1
      }
    },
    {
      "turn": 32,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 5,
      "fromY": 0,
      "toX": 4,
      "toY": 0,
      "goldAfterMove": {
        "white": 0.5,
        "black": 1.5
      }
    },
    {
      "turn": 33,
      "player": "white",
      "action": "capture",
      "piece": "scout",
      "targetType": "black_pawn",
      "fromX": 4,
      "fromY": 2,
      "toX": 4,
      "toY": 1,
      "goldAfterMove": {
        "white": 0.5,
        "black": 1.5
      }
    },
    {
      "turn": 33,
      "player": "black",
      "action": "capture",
      "piece": "king",
      "targetType": "white_scout",
      "fromX": 4,
      "fromY": 0,
      "toX": 4,
      "toY": 1,
      "goldAfterMove": {
        "white": 0.5,
        "black": 2
      }
    },
    {
      "turn": 34,
      "player": "white",
      "action": "move",
      "piece": "rogue",
      "targetType": "empty",
      "fromX": 2,
      "fromY": 1,
      "toX": 3,
      "toY": 2,
      "goldAfterMove": {
        "white": 0.5,
        "black": 2
      }
    },
    {
      "turn": 34,
      "player": "black",
      "action": "spawn",
      "piece": "archer",
      "x": 2,
      "y": 5,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 34,
      "player": "white",
      "action": "move",
      "piece": "general",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 3,
      "toX": 4,
      "toY": 2,
      "goldAfterMove": {
        "white": 0.5,
        "black": 0.5
      }
    },
    {
      "turn": 34,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 1,
      "toX": 4,
      "toY": 0,
      "goldAfterMove": {
        "white": 0.5,
        "black": 1
      }
    },
    {
      "turn": 35,
      "player": "white",
      "action": "move",
      "piece": "pawn",
      "targetType": "empty",
      "fromX": 6,
      "fromY": 1,
      "toX": 5,
      "toY": 1,
      "goldAfterMove": {
        "white": 1,
        "black": 1
      }
    },
    {
      "turn": 35,
      "player": "black",
      "action": "move",
      "piece": "king",
      "targetType": "empty",
      "fromX": 4,
      "fromY": 0,
      "toX": 5,
      "toY": 0,
      "goldAfterMove": {
        "white": 1,
        "black": 1.5
      }
    },
    {
      "turn": 36,
      "player": "white",
      "action": "spawn",
      "piece": "pawn",
      "x": 6,
      "y": 1,
      "goldAfterMove": {
        "white": 0.5,
        "black": 1.5
      }
    }
  ]
}

Avatar of brutalitywarlord

Should post the replay file on our discord server. 
Would make it easier to access. That being said I think I should be able to see it on the server.

Avatar of X_MegaGamer_X

oh yea

Avatar of Potatoslain

there’s this bit where they attack my fortress with a KING

Avatar of Oliver_The_Wazir_Rider

holy hacking bro

Avatar of X_MegaGamer_X

It's not a hack, you can actually do it lol

Avatar of Oliver_The_Wazir_Rider

where do i put it into?

Avatar of brutalitywarlord
Oliver_The_Wazir_Rider wrote:

where do i put it into?

If you copy and paste the data into a JSON file, you can upload it under the "Review Game" section of the website.

Avatar of Oliver_The_Wazir_Rider

o