So I played a game here is the json
{ "players": [ { "username": "MAFAB_Mason", "color": "white" }, { "username": "PooPooPaladin_6525_Easy", "color": "black" } ], "initialBoard": [ [ "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty" ], [ "empty", "empty", "empty", "empty", "empty", "empty", "empty", "mountain", "empty", "empty", "empty", "empty" ], [ "black_pawn", "black_bishop", "black_pawn", "empty", "empty", "empty", "empty", "empty", "mountain", "empty", "empty", "empty" ], [ "black_knight", "black_soldier", "black_rook", "empty", "empty", "white_knight", "white_knight", "white_soldier", "white_archer", "empty", "empty", "empty" ], [ "black_fortress", "mountain", "black_pawn", "empty", "empty", "mountain", "white_king", "white_knight", "white_archer", "empty", "empty", "empty" ], [ "black_king", "black_soldier", "black_archer", "empty", "empty", "white_knight", "white_fortress", "white_knight", "empty", "empty", "empty", "empty" ], [ "black_pawn", "black_paladin", "black_archer", "empty", "empty", "empty", "white_soldier", "empty", "empty", "empty", "empty", "empty" ], [ "mountain", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty" ], [ "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty" ], [ "empty", "empty", "empty", "empty", "empty", "mountain", "empty", "empty", "mountain", "empty", "empty", "empty" ] ], "initialGold": { "white": 7, "black": 4 }, "moves": [ { "turn": 1, "player": "white", "action": "spawn", "piece": "soldier", "x": 6, "y": 5, "goldAfterMove": { "white": 6, "black": 4 } }, { "turn": 1, "player": "black", "action": "capture", "piece": "rook", "targetType": "white_knight", "fromX": 3, "fromY": 2, "toX": 3, "toY": 5, "goldAfterMove": { "white": 6, "black": 5 } }, { "turn": 2, "player": "white", "action": "capture", "piece": "knight", "targetType": "black_rook", "fromX": 4, "fromY": 7, "toX": 3, "toY": 5, "goldAfterMove": { "white": 7, "black": 5 } }, { "turn": 2, "player": "black", "action": "capture", "piece": "bishop", "targetType": "white_soldier", "fromX": 2, "fromY": 1, "toX": 6, "toY": 5, "goldAfterMove": { "white": 7, "black": 6 } }, { "turn": 3, "player": "white", "action": "capture", "piece": "knight", "targetType": "black_bishop", "fromX": 5, "fromY": 7, "toX": 6, "toY": 5, "goldAfterMove": { "white": 7, "black": 6 } }, { "turn": 3, "player": "black", "action": "spawn", "piece": "wizard", "x": 3, "y": 2, "goldAfterMove": { "white": 7, "black": 3 } }, { "turn": 3, "player": "white", "action": "move", "piece": "knight", "targetType": "empty", "fromX": 6, "fromY": 5, "toX": 4, "toY": 4, "goldAfterMove": { "white": 8, "black": 3 } }, { "turn": 3, "player": "black", "action": "capture", "piece": "archer", "targetType": "white_knight", "fromX": 6, "fromY": 2, "toX": 4, "toY": 4, "goldAfterMove": { "white": 8, "black": 4 } }, { "turn": 4, "player": "white", "action": "capture", "piece": "knight", "targetType": "black_archer", "fromX": 3, "fromY": 6, "toX": 4, "toY": 4, "goldAfterMove": { "white": 9, "black": 4 } }, { "turn": 4, "player": "black", "action": "spawn", "piece": "bishop", "x": 6, "y": 2, "goldAfterMove": { "white": 9, "black": 2 } }, { "turn": 4, "player": "white", "action": "capture", "piece": "knight", "targetType": "black_wizard", "fromX": 4, "fromY": 4, "toX": 3, "toY": 2, "goldAfterMove": { "white": 10, "black": 2 } }, { "turn": 4, "player": "black", "action": "capture", "piece": "paladin", "targetType": "white_knight", "fromX": 6, "fromY": 1, "toX": 3, "toY": 2, "goldAfterMove": { "white": 10, "black": 2 } }, { "turn": 5, "player": "white", "action": "move", "piece": "knight", "targetType": "empty", "fromX": 5, "fromY": 5, "toX": 7, "toY": 4, "goldAfterMove": { "white": 11, "black": 2 } }, { "turn": 5, "player": "black", "action": "capture", "piece": "archer", "targetType": "white_knight", "fromX": 5, "fromY": 2, "toX": 7, "toY": 4, "goldAfterMove": { "white": 11, "black": 3 } }, { "turn": 6, "player": "white", "action": "spawn", "piece": "soldier", "x": 6, "y": 5, "goldAfterMove": { "white": 9, "black": 3 } }, { "turn": 6, "player": "black", "action": "capture", "piece": "bishop", "targetType": "white_knight", "fromX": 6, "fromY": 2, "toX": 3, "toY": 5, "goldAfterMove": { "white": 9, "black": 4 } }, { "turn": 7, "player": "white", "action": "capture", "piece": "king", "targetType": "black_bishop", "fromX": 4, "fromY": 6, "toX": 3, "toY": 5, "goldAfterMove": { "white": 9, "black": 4 } }, { "turn": 7, "player": "black", "action": "spawn", "piece": "wizard", "x": 6, "y": 2, "goldAfterMove": { "white": 9, "black": 1 } }, { "turn": 7, "player": "white", "action": "move", "piece": "king", "targetType": "empty", "fromX": 3, "fromY": 5, "toX": 4, "toY": 6, "goldAfterMove": { "white": 9, "black": 1 } }, { "turn": 7, "player": "black", "action": "move", "piece": "paladin", "targetType": "empty", "fromX": 3, "fromY": 2, "toX": 6, "toY": 3, "goldAfterMove": { "white": 9, "black": 2 } }, { "turn": 8, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_archer", "fromX": 6, "fromY": 5, "toX": 7, "toY": 4, "goldAfterMove": { "white": 9, "black": 2 } }, { "turn": 8, "player": "black", "action": "spawn", "piece": "bishop", "x": 5, "y": 2, "goldAfterMove": { "white": 9, "black": 0 } }, { "turn": 8, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_paladin", "fromX": 7, "fromY": 4, "toX": 6, "toY": 3, "goldAfterMove": { "white": 9, "black": 0 } }, { "turn": 8, "player": "black", "action": "capture", "piece": "bishop", "targetType": "white_soldier", "fromX": 5, "fromY": 2, "toX": 6, "toY": 3, "goldAfterMove": { "white": 9, "black": 1 } }, { "turn": 9, "player": "white", "action": "spawn", "piece": "knight", "x": 5, "y": 5, "goldAfterMove": { "white": 7, "black": 1 } }, { "turn": 9, "player": "black", "action": "move", "piece": "wizard", "targetType": "empty", "fromX": 6, "fromY": 2, "toX": 7, "toY": 3, "goldAfterMove": { "white": 7, "black": 2 } }, { "turn": 10, "player": "white", "action": "move", "piece": "king", "targetType": "empty", "fromX": 4, "fromY": 6, "toX": 4, "toY": 7, "goldAfterMove": { "white": 8, "black": 2 } }, { "turn": 10, "player": "black", "action": "capture", "piece": "wizard", "targetType": "white_knight", "fromX": 7, "fromY": 3, "toX": 5, "toY": 5, "goldAfterMove": { "white": 8, "black": 3 } }, { "turn": 11, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_wizard", "fromX": 6, "fromY": 6, "toX": 5, "toY": 5, "goldAfterMove": { "white": 9, "black": 3 } }, { "turn": 11, "player": "black", "action": "spawn", "piece": "wizard", "x": 3, "y": 2, "goldAfterMove": { "white": 9, "black": 0 } }, { "turn": 11, "player": "white", "action": "spawn", "piece": "soldier", "x": 6, "y": 6, "goldAfterMove": { "white": 8, "black": 0 } }, { "turn": 11, "player": "black", "action": "move", "piece": "wizard", "targetType": "empty", "fromX": 3, "fromY": 2, "toX": 6, "toY": 5, "goldAfterMove": { "white": 8, "black": 1 } }, { "turn": 12, "player": "white", "action": "move", "piece": "king", "targetType": "empty", "fromX": 4, "fromY": 7, "toX": 5, "toY": 7, "goldAfterMove": { "white": 8, "black": 1 } }, { "turn": 12, "player": "black", "action": "capture", "piece": "wizard", "targetType": "white_archer", "fromX": 6, "fromY": 5, "toX": 3, "toY": 8, "goldAfterMove": { "white": 8, "black": 2 } }, { "turn": 13, "player": "white", "action": "spawn", "piece": "soldier", "x": 4, "y": 7, "goldAfterMove": { "white": 6, "black": 2 } }, { "turn": 13, "player": "black", "action": "capture", "piece": "wizard", "targetType": "white_soldier", "fromX": 3, "fromY": 8, "toX": 4, "toY": 7, "goldAfterMove": { "white": 6, "black": 3 } }, { "turn": 14, "player": "white", "action": "capture", "piece": "king", "targetType": "black_wizard", "fromX": 5, "fromY": 7, "toX": 4, "toY": 7, "goldAfterMove": { "white": 6, "black": 3 } }, { "turn": 14, "player": "black", "action": "spawn", "piece": "wizard", "x": 3, "y": 2, "goldAfterMove": { "white": 6, "black": 0 } }, { "turn": 14, "player": "white", "action": "spawn", "piece": "soldier", "x": 4, "y": 6, "goldAfterMove": { "white": 5, "black": 0 } }, { "turn": 14, "player": "black", "action": "move", "piece": "wizard", "targetType": "empty", "fromX": 3, "fromY": 2, "toX": 6, "toY": 5, "goldAfterMove": { "white": 5, "black": 1 } }, { "turn": 15, "player": "white", "action": "move", "piece": "king", "targetType": "empty", "fromX": 4, "fromY": 7, "toX": 5, "toY": 7, "goldAfterMove": { "white": 5, "black": 1 } }, { "turn": 15, "player": "black", "action": "move", "piece": "soldier", "targetType": "empty", "fromX": 5, "fromY": 1, "toX": 5, "toY": 3, "goldAfterMove": { "white": 5, "black": 2 } }, { "turn": 16, "player": "white", "action": "spawn", "piece": "archer", "x": 4, "y": 7, "goldAfterMove": { "white": 3, "black": 2 } }, { "turn": 16, "player": "black", "action": "spawn", "piece": "paladin", "x": 5, "y": 2, "goldAfterMove": { "white": 3, "black": 0 } }, { "turn": 16, "player": "white", "action": "capture", "piece": "archer", "targetType": "black_wizard", "fromX": 4, "fromY": 7, "toX": 6, "toY": 5, "goldAfterMove": { "white": 3, "black": 0 } }, { "turn": 16, "player": "black", "action": "capture", "piece": "paladin", "targetType": "white_archer", "fromX": 5, "fromY": 2, "toX": 6, "toY": 5, "goldAfterMove": { "white": 3, "black": 1 } }, { "turn": 17, "player": "white", "action": "spawn", "piece": "soldier", "x": 7, "y": 6, "goldAfterMove": { "white": 2, "black": 1 } }, { "turn": 17, "player": "black", "action": "move", "piece": "king", "targetType": "empty", "fromX": 5, "fromY": 0, "toX": 6, "toY": 1, "goldAfterMove": { "white": 2, "black": 2 } }, { "turn": 18, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_paladin", "fromX": 7, "fromY": 6, "toX": 6, "toY": 5, "goldAfterMove": { "white": 3, "black": 2 } }, { "turn": 18, "player": "black", "action": "spawn", "piece": "paladin", "x": 6, "y": 2, "goldAfterMove": { "white": 3, "black": 0 } }, { "turn": 18, "player": "white", "action": "spawn", "piece": "soldier", "x": 6, "y": 7, "goldAfterMove": { "white": 2, "black": 0 } }, { "turn": 18, "player": "black", "action": "capture", "piece": "paladin", "targetType": "white_soldier", "fromX": 6, "fromY": 2, "toX": 5, "toY": 5, "goldAfterMove": { "white": 2, "black": 1 } }, { "turn": 19, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_paladin", "fromX": 6, "fromY": 6, "toX": 5, "toY": 5, "goldAfterMove": { "white": 3, "black": 1 } }, { "turn": 19, "player": "black", "action": "move", "piece": "pawn", "targetType": "empty", "fromX": 2, "fromY": 2, "toX": 1, "toY": 2, "goldAfterMove": { "white": 3, "black": 2 } }, { "turn": 20, "player": "white", "action": "spawn", "piece": "soldier", "x": 6, "y": 6, "goldAfterMove": { "white": 2, "black": 2 } }, { "turn": 20, "player": "black", "action": "spawn", "piece": "paladin", "x": 6, "y": 2, "goldAfterMove": { "white": 2, "black": 0 } }, { "turn": 20, "player": "white", "action": "spawn", "piece": "soldier", "x": 4, "y": 7, "goldAfterMove": { "white": 1, "black": 0 } }, { "turn": 20, "player": "black", "action": "capture", "piece": "paladin", "targetType": "white_soldier", "fromX": 6, "fromY": 2, "toX": 5, "toY": 5, "goldAfterMove": { "white": 1, "black": 1 } }, { "turn": 21, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_paladin", "fromX": 6, "fromY": 6, "toX": 5, "toY": 5, "goldAfterMove": { "white": 2, "black": 1 } }, { "turn": 21, "player": "black", "action": "move", "piece": "knight", "targetType": "empty", "fromX": 3, "fromY": 0, "toX": 2, "toY": 2, "goldAfterMove": { "white": 2, "black": 2 } }, { "turn": 22, "player": "white", "action": "spawn", "piece": "soldier", "x": 6, "y": 6, "goldAfterMove": { "white": 1, "black": 2 } }, { "turn": 22, "player": "black", "action": "spawn", "piece": "paladin", "x": 6, "y": 2, "goldAfterMove": { "white": 1, "black": 0 } }, { "turn": 22, "player": "white", "action": "spawn", "piece": "soldier", "x": 5, "y": 8, "goldAfterMove": { "white": 0, "black": 0 } }, { "turn": 22, "player": "black", "action": "capture", "piece": "paladin", "targetType": "white_soldier", "fromX": 6, "fromY": 2, "toX": 5, "toY": 5, "goldAfterMove": { "white": 0, "black": 1 } }, { "turn": 23, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_paladin", "fromX": 6, "fromY": 6, "toX": 5, "toY": 5, "goldAfterMove": { "white": 1, "black": 1 } }, { "turn": 23, "player": "black", "action": "move", "piece": "king", "targetType": "empty", "fromX": 6, "fromY": 1, "toX": 7, "toY": 1, "goldAfterMove": { "white": 1, "black": 2 } }, { "turn": 24, "player": "white", "action": "spawn", "piece": "soldier", "x": 6, "y": 6, "goldAfterMove": { "white": 0, "black": 2 } }, { "turn": 24, "player": "black", "action": "spawn", "piece": "paladin", "x": 6, "y": 1, "goldAfterMove": { "white": 0, "black": 0 } }, { "turn": 24, "player": "white", "action": "move", "piece": "archer", "targetType": "empty", "fromX": 4, "fromY": 8, "toX": 4, "toY": 9, "goldAfterMove": { "white": 1, "black": 0 } }, { "turn": 24, "player": "black", "action": "move", "piece": "king", "targetType": "empty", "fromX": 7, "fromY": 1, "toX": 8, "toY": 2, "goldAfterMove": { "white": 1, "black": 1 } }, { "turn": 25, "player": "white", "action": "move", "piece": "archer", "targetType": "empty", "fromX": 4, "fromY": 9, "toX": 4, "toY": 8, "goldAfterMove": { "white": 2, "black": 1 } }, { "turn": 25, "player": "black", "action": "move", "piece": "bishop", "targetType": "empty", "fromX": 6, "fromY": 3, "toX": 9, "toY": 6, "goldAfterMove": { "white": 2, "black": 2 } }, { "turn": 26, "player": "white", "action": "move", "piece": "archer", "targetType": "empty", "fromX": 4, "fromY": 8, "toX": 4, "toY": 9, "goldAfterMove": { "white": 3, "black": 2 } }, { "turn": 26, "player": "black", "action": "spawn", "piece": "bishop", "x": 3, "y": 2, "goldAfterMove": { "white": 3, "black": 0 } }, { "turn": 26, "player": "white", "action": "spawn", "piece": "soldier", "x": 7, "y": 6, "goldAfterMove": { "white": 2, "black": 0 } }, { "turn": 26, "player": "black", "action": "capture", "piece": "bishop", "targetType": "white_soldier", "fromX": 3, "fromY": 2, "toX": 6, "toY": 5, "goldAfterMove": { "white": 2, "black": 1 } }, { "turn": 27, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_bishop", "fromX": 7, "fromY": 6, "toX": 6, "toY": 5, "goldAfterMove": { "white": 2, "black": 1 } }, { "turn": 27, "player": "black", "action": "move", "piece": "paladin", "targetType": "empty", "fromX": 6, "fromY": 1, "toX": 5, "toY": 4, "goldAfterMove": { "white": 2, "black": 2 } }, { "turn": 28, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_paladin", "fromX": 6, "fromY": 5, "toX": 5, "toY": 4, "goldAfterMove": { "white": 3, "black": 2 } }, { "turn": 28, "player": "black", "action": "spawn", "piece": "paladin", "x": 6, "y": 1, "goldAfterMove": { "white": 3, "black": 0 } }, { "turn": 28, "player": "white", "action": "move", "piece": "soldier", "targetType": "empty", "fromX": 6, "fromY": 7, "toX": 6, "toY": 5, "goldAfterMove": { "white": 4, "black": 0 } }, { "turn": 28, "player": "black", "action": "capture", "piece": "paladin", "targetType": "white_soldier", "fromX": 6, "fromY": 1, "toX": 5, "toY": 4, "goldAfterMove": { "white": 4, "black": 1 } }, { "turn": 29, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_paladin", "fromX": 6, "fromY": 5, "toX": 5, "toY": 4, "goldAfterMove": { "white": 5, "black": 1 } }, { "turn": 29, "player": "black", "action": "move", "piece": "bishop", "targetType": "empty", "fromX": 9, "fromY": 6, "toX": 7, "toY": 8, "goldAfterMove": { "white": 5, "black": 2 } }, { "turn": 30, "player": "white", "action": "move", "piece": "soldier", "targetType": "empty", "fromX": 4, "fromY": 7, "toX": 6, "toY": 7, "goldAfterMove": { "white": 5, "black": 2 } }, { "turn": 30, "player": "black", "action": "capture", "piece": "bishop", "targetType": "white_soldier", "fromX": 7, "fromY": 8, "toX": 6, "toY": 7, "goldAfterMove": { "white": 5, "black": 3 } }, { "turn": 31, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_bishop", "fromX": 5, "fromY": 8, "toX": 6, "toY": 7, "goldAfterMove": { "white": 5, "black": 3 } }, { "turn": 31, "player": "black", "action": "spawn", "piece": "wizard", "x": 3, "y": 2, "goldAfterMove": { "white": 5, "black": 0 } }, { "turn": 31, "player": "white", "action": "move", "piece": "soldier", "targetType": "empty", "fromX": 6, "fromY": 7, "toX": 6, "toY": 5, "goldAfterMove": { "white": 6, "black": 0 } }, { "turn": 31, "player": "black", "action": "capture", "piece": "wizard", "targetType": "white_soldier", "fromX": 3, "fromY": 2, "toX": 5, "toY": 4, "goldAfterMove": { "white": 6, "black": 1 } }, { "turn": 32, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_wizard", "fromX": 6, "fromY": 5, "toX": 5, "toY": 4, "goldAfterMove": { "white": 7, "black": 1 } }, { "turn": 32, "player": "black", "action": "move", "piece": "pawn", "targetType": "empty", "fromX": 6, "fromY": 0, "toX": 6, "toY": 1, "goldAfterMove": { "white": 7, "black": 2 } }, { "turn": 33, "player": "white", "action": "spawn", "piece": "rook", "x": 6, "y": 7, "goldAfterMove": { "white": 3, "black": 2 } }, { "turn": 33, "player": "black", "action": "spawn", "piece": "bishop", "x": 5, "y": 2, "goldAfterMove": { "white": 3, "black": 0 } }, { "turn": 33, "player": "white", "action": "move", "piece": "rook", "targetType": "empty", "fromX": 6, "fromY": 7, "toX": 8, "toY": 7, "goldAfterMove": { "white": 4, "black": 0 } }, { "turn": 33, "player": "black", "action": "move", "piece": "bishop", "targetType": "empty", "fromX": 5, "fromY": 2, "toX": 8, "toY": 5, "goldAfterMove": { "white": 4, "black": 1 } }, { "turn": 34, "player": "white", "action": "capture", "piece": "rook", "targetType": "black_bishop", "fromX": 8, "fromY": 7, "toX": 8, "toY": 5, "goldAfterMove": { "white": 5, "black": 1 } }, { "turn": 34, "player": "black", "action": "move", "piece": "king", "targetType": "empty", "fromX": 8, "fromY": 2, "toX": 7, "toY": 2, "goldAfterMove": { "white": 5, "black": 2 } }, { "turn": 35, "player": "white", "action": "move", "piece": "soldier", "targetType": "empty", "fromX": 6, "fromY": 6, "toX": 6, "toY": 4, "goldAfterMove": { "white": 6, "black": 2 } }, { "turn": 35, "player": "black", "action": "capture", "piece": "soldier", "targetType": "white_soldier", "fromX": 5, "fromY": 3, "toX": 6, "toY": 4, "goldAfterMove": { "white": 6, "black": 3 } }, { "turn": 36, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_soldier", "fromX": 5, "fromY": 5, "toX": 6, "toY": 4, "goldAfterMove": { "white": 7, "black": 3 } }, { "turn": 36, "player": "black", "action": "spawn", "piece": "wizard", "x": 3, "y": 2, "goldAfterMove": { "white": 7, "black": 0 } }, { "turn": 36, "player": "white", "action": "spawn", "piece": "soldier", "x": 6, "y": 5, "goldAfterMove": { "white": 6, "black": 0 } }, { "turn": 36, "player": "black", "action": "capture", "piece": "wizard", "targetType": "white_soldier", "fromX": 3, "fromY": 2, "toX": 5, "toY": 4, "goldAfterMove": { "white": 6, "black": 1 } }, { "turn": 37, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_wizard", "fromX": 6, "fromY": 5, "toX": 5, "toY": 4, "goldAfterMove": { "white": 7, "black": 1 } }, { "turn": 37, "player": "black", "action": "move", "piece": "knight", "targetType": "empty", "fromX": 2, "fromY": 2, "toX": 3, "toY": 4, "goldAfterMove": { "white": 7, "black": 2 } }, { "turn": 38, "player": "white", "action": "move", "piece": "rook", "targetType": "empty", "fromX": 8, "fromY": 5, "toX": 7, "toY": 5, "goldAfterMove": { "white": 8, "black": 2 } }, { "turn": 38, "player": "black", "action": "move", "piece": "king", "targetType": "empty", "fromX": 7, "fromY": 2, "toX": 8, "toY": 2, "goldAfterMove": { "white": 8, "black": 3 } }, { "turn": 39, "player": "white", "action": "move", "piece": "soldier", "targetType": "empty", "fromX": 5, "fromY": 4, "toX": 5, "toY": 2, "goldAfterMove": { "white": 9, "black": 3 } }, { "turn": 39, "player": "black", "action": "spawn", "piece": "wizard", "x": 3, "y": 2, "goldAfterMove": { "white": 9, "black": 0 } }, { "turn": 39, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_pawn", "fromX": 5, "fromY": 2, "toX": 6, "toY": 1, "goldAfterMove": { "white": 10, "black": 0 } }, { "turn": 39, "player": "black", "action": "capture", "piece": "knight", "targetType": "white_soldier", "fromX": 3, "fromY": 4, "toX": 4, "toY": 6, "goldAfterMove": { "white": 10, "black": 1 } }, { "turn": 40, "player": "white", "action": "capture", "piece": "king", "targetType": "black_knight", "fromX": 5, "fromY": 7, "toX": 4, "toY": 6, "goldAfterMove": { "white": 11, "black": 1 } }, { "turn": 40, "player": "black", "action": "spawn", "piece": "archer", "x": 6, "y": 2, "goldAfterMove": { "white": 11, "black": 0 } }, { "turn": 40, "player": "white", "action": "move", "piece": "rook", "targetType": "empty", "fromX": 7, "fromY": 5, "toX": 7, "toY": 2, "goldAfterMove": { "white": 12, "black": 0 } }, { "turn": 40, "player": "black", "action": "move", "piece": "king", "targetType": "empty", "fromX": 8, "fromY": 2, "toX": 8, "toY": 1, "goldAfterMove": { "white": 12, "black": 1 } }, { "turn": 41, "player": "white", "action": "spawn", "piece": "soldier", "x": 5, "y": 5, "goldAfterMove": { "white": 11, "black": 1 } }, { "turn": 41, "player": "black", "action": "move", "piece": "wizard", "targetType": "empty", "fromX": 3, "fromY": 2, "toX": 6, "toY": 5, "goldAfterMove": { "white": 11, "black": 2 } }, { "turn": 42, "player": "white", "action": "spawn", "piece": "knight", "x": 4, "y": 4, "goldAfterMove": { "white": 8, "black": 2 } }, { "turn": 42, "player": "black", "action": "capture", "piece": "archer", "targetType": "white_knight", "fromX": 6, "fromY": 2, "toX": 4, "toY": 4, "goldAfterMove": { "white": 8, "black": 3 } }, { "turn": 43, "player": "white", "action": "capture", "piece": "soldier", "targetType": "black_archer", "fromX": 5, "fromY": 5, "toX": 4, "toY": 4, "goldAfterMove": { "white": 8, "black": 3 } }, { "turn": 43, "player": "black", "action": "spawn", "piece": "bishop", "x": 6, "y": 2, "goldAfterMove": { "white": 8, "black": 1 } }, { "turn": 43, "player": "white", "action": "spawn", "piece": "knight", "x": 5, "y": 7, "goldAfterMove": { "white": 5, "black": 1 } }, { "turn": 43, "player": "black", "action": "capture", "piece": "bishop", "targetType": "white_soldier", "fromX": 6, "fromY": 2, "toX": 4, "toY": 4, "goldAfterMove": { "white": 5, "black": 2 } }, { "turn": 44, "player": "white", "action": "capture", "piece": "knight", "targetType": "black_wizard", "fromX": 5, "fromY": 7, "toX": 6, "toY": 5, "goldAfterMove": { "white": 5, "black": 2 } }, { "turn": 44, "player": "black", "action": "spawn", "piece": "knight", "x": 6, "y": 2, "goldAfterMove": { "white": 5, "black": 0 } }, { "turn": 44, "player": "white", "action": "capture", "piece": "knight", "targetType": "black_bishop", "fromX": 6, "fromY": 5, "toX": 4, "toY": 4, "goldAfterMove": { "white": 6, "black": 0 } }, { "turn": 44, "player": "black", "action": "move", "piece": "knight", "targetType": "empty", "fromX": 6, "fromY": 2, "toX": 5, "toY": 4, "goldAfterMove": { "white": 6, "black": 1 } }, { "turn": 45, "player": "white", "action": "move", "piece": "king", "targetType": "empty", "fromX": 4, "fromY": 6, "toX": 5, "toY": 5, "goldAfterMove": { "white": 7, "black": 1 } }, { "turn": 45, "player": "black", "action": "move", "piece": "knight", "targetType": "empty", "fromX": 5, "fromY": 4, "toX": 3, "toY": 5, "goldAfterMove": { "white": 7, "black": 2 } }, { "turn": 46, "player": "white", "action": "move", "piece": "king", "targetType": "empty", "fromX": 5, "fromY": 5, "toX": 4, "toY": 6, "goldAfterMove": { "white": 7, "black": 2 } }, { "turn": 46, "player": "black", "action": "spawn", "piece": "paladin", "x": 2, "y": 2, "goldAfterMove": { "white": 7, "black": 0 } }, { "turn": 46, "player": "white", "action": "spawn", "piece": "archer", "x": 5, "y": 7, "goldAfterMove": { "white": 5, "black": 0 } }, { "turn": 46, "player": "black", "action": "move", "piece": "paladin", "targetType": "empty", "fromX": 2, "fromY": 2, "toX": 1, "toY": 5, "goldAfterMove": { "white": 5, "black": 1 } }, { "turn": 47, "player": "white", "action": "capture", "piece": "king", "targetType": "black_knight", "fromX": 4, "fromY": 6, "toX": 3, "toY": 5, "goldAfterMove": { "white": 5, "black": 1 } }, { "turn": 47, "player": "black", "action": "capture", "piece": "paladin", "targetType": "white_knight", "fromX": 1, "fromY": 5, "toX": 4, "toY": 4, "goldAfterMove": { "white": 5, "black": 2 } }, { "turn": 48, "player": "white", "action": "capture", "piece": "king", "targetType": "black_paladin", "fromX": 3, "fromY": 5, "toX": 4, "toY": 4, "goldAfterMove": { "white": 6, "black": 2 } }, { "turn": 48, "player": "black", "action": "spawn", "piece": "bishop", "x": 2, "y": 2, "goldAfterMove": { "white": 6, "black": 0 } }, { "turn": 48, "player": "white", "action": "move", "piece": "king", "targetType": "empty", "fromX": 4, "fromY": 4, "toX": 5, "toY": 4, "goldAfterMove": { "white": 7, "black": 0 } }, { "turn": 48, "player": "black", "action": "move", "piece": "bishop", "targetType": "empty", "fromX": 2, "fromY": 2, "toX": 7, "toY": 7, "goldAfterMove": { "white": 7, "black": 1 } }, { "turn": 49, "player": "white", "action": "spawn", "piece": "rook", "x": 7, "y": 8, "goldAfterMove": { "white": 3, "black": 1 } }, { "turn": 49, "player": "black", "action": "move", "piece": "pawn", "targetType": "empty", "fromX": 1, "fromY": 2, "toX": 1, "toY": 3, "goldAfterMove": { "white": 3, "black": 2 } }, { "turn": 50, "player": "white", "action": "capture", "piece": "rook", "targetType": "black_bishop", "fromX": 7, "fromY": 8, "toX": 7, "toY": 7, "goldAfterMove": { "white": 4, "black": 2 } }, { "turn": 50, "player": "black", "action": "spawn", "piece": "bishop", "x": 2, "y": 1, "goldAfterMove": { "white": 4, "black": 0 } }, { "turn": 50, "player": "white", "action": "move", "piece": "king", "targetType": "empty", "fromX": 5, "fromY": 4, "toX": 5, "toY": 5, "goldAfterMove": { "white": 5, "black": 0 } }, { "turn": 50, "player": "black", "action": "move", "piece": "bishop", "targetType": "empty", "fromX": 2, "fromY": 1, "toX": 7, "toY": 6, "goldAfterMove": { "white": 5, "black": 1 } }, { "turn": 51, "player": "white", "action": "capture", "piece": "rook", "targetType": "black_bishop", "fromX": 7, "fromY": 7, "toX": 7, "toY": 6, "goldAfterMove": { "white": 6, "black": 1 } }, { "turn": 51, "player": "black", "action": "spawn", "piece": "soldier", "x": 6, "y": 2, "goldAfterMove": { "white": 6, "black": 0 } }, { "turn": 51, "player": "white", "action": "move", "piece": "rook", "targetType": "empty", "fromX": 7, "fromY": 6, "toX": 8, "toY": 6, "goldAfterMove": { "white": 7, "black": 0 } }, { "turn": 51, "player": "black", "action": "move", "piece": "soldier", "targetType": "empty", "fromX": 6, "fromY": 2, "toX": 8, "toY": 2, "goldAfterMove": { "white": 7, "black": 1 } }, { "turn": 52, "player": "white", "action": "capture", "piece": "rook", "targetType": "black_soldier", "fromX": 8, "fromY": 6, "toX": 8, "toY": 2, "goldAfterMove": { "white": 8, "black": 1 } }, { "turn": 52, "player": "black", "action": "move", "piece": "king", "targetType": "empty", "fromX": 8, "fromY": 1, "toX": 9, "toY": 1, "goldAfterMove": { "white": 8, "black": 2 } }, { "turn": 53, "player": "white", "action": "spawn", "piece": "queen", "x": 6, "y": 5, "goldAfterMove": { "white": 0, "black": 2 } }, { "turn": 53, "player": "black", "action": "spawn", "piece": "bishop", "x": 2, "y": 2, "goldAfterMove": { "white": 0, "black": 0 } }, { "turn": 53, "player": "white", "action": "move", "piece": "soldier", "targetType": "empty", "fromX": 6, "fromY": 4, "toX": 4, "toY": 4, "goldAfterMove": { "white": 1, "black": 0 } }, { "turn": 53, "player": "black", "action": "capture", "piece": "bishop", "targetType": "white_soldier", "fromX": 2, "fromY": 2, "toX": 4, "toY": 4, "goldAfterMove": { "white": 1, "black": 1 } }, { "turn": 54, "player": "white", "action": "capture", "piece": "king", "targetType": "black_bishop", "fromX": 5, "fromY": 5, "toX": 4, "toY": 4, "goldAfterMove": { "white": 2, "black": 1 } }, { "turn": 54, "player": "black", "action": "spawn", "piece": "archer", "x": 2, "y": 2, "goldAfterMove": { "white": 2, "black": 0 } }, { "turn": 54, "player": "white", "action": "move", "piece": "king", "targetType": "empty", "fromX": 4, "fromY": 4, "toX": 5, "toY": 5, "goldAfterMove": { "white": 3, "black": 0 } }, { "turn": 54, "player": "black", "action": "move", "piece": "pawn", "targetType": "empty", "fromX": 4, "fromY": 2, "toX": 4, "toY": 3, "goldAfterMove": { "white": 3, "black": 1 } }, { "turn": 55, "player": "white", "action": "move", "piece": "queen", "targetType": "empty", "fromX": 6, "fromY": 5, "toX": 9, "toY": 2, "goldAfterMove": { "white": 4, "black": 1 } } ]}
very long game
also I used @brutalitywarlord's suggestion of fortress defense
also I'm happy to return