Fun idea

Sort:
Avatar of Potatoslain

Imagine, if I checkmated someone’s fortress with a king, a pawn, and a knight (King.Pawn.Knight is my siege chess username)

Avatar of Potatoslain

i did it! {
"players": [
{
"username": "King.Pawn.Knight",
"color": "white"
},
{
"username": "KindKing_5105_Easy",
"color": "black"
}
],
"initialBoard": [
[
"black_pawn",
"black_king",
"black_fortress",
"black_knight",
"black_pawn",
"empty",
"empty",
"empty"
],
[
"empty",
"empty",
"black_knight",
"empty",
"empty",
"empty",
"empty",
"empty"
],
[
"empty",
"empty",
"black_pawn",
"empty",
"black_pawn",
"empty",
"empty",
"empty"
],
[
"empty",
"empty",
"white_pawn",
"white_knight",
"empty",
"empty",
"empty",
"empty"
],
[
"empty",
"empty",
"empty",
"empty",
"empty",
"empty",
"empty",
"empty"
],
[
"empty",
"white_king",
"white_fortress",
"empty",
"empty",
"empty",
"empty",
"empty"
],
[
"empty",
"empty",
"empty",
"empty",
"empty",
"empty",
"empty",
"empty"
],
[
"empty",
"empty",
"empty",
"empty",
"empty",
"empty",
"empty",
"empty"
]
],
"initialGold": {
"white": 6,
"black": 0
},
"moves": [
{
"turn": 1,
"player": "white",
"action": "capture",
"piece": "knight",
"targetType": "black_knight",
"fromX": 3,
"fromY": 3,
"toX": 1,
"toY": 2,
"goldAfterMove": {
"white": 6,
"black": 0
}
},
{
"turn": 1,
"player": "black",
"action": "capture",
"piece": "king",
"targetType": "white_knight",
"fromX": 0,
"fromY": 1,
"toX": 1,
"toY": 2,
"goldAfterMove": {
"white": 6,
"black": 0
}
},
{
"turn": 2,
"player": "white",
"action": "spawn",
"piece": "knight",
"x": 4,
"y": 3,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 2,
"player": "black",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 0,
"fromY": 3,
"toX": 1,
"toY": 5,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 3,
"player": "white",
"action": "capture",
"piece": "knight",
"targetType": "black_pawn",
"fromX": 4,
"fromY": 3,
"toX": 2,
"toY": 4,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 3,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 1,
"fromY": 2,
"toX": 1,
"toY": 1,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 4,
"player": "white",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 5,
"fromY": 1,
"toX": 4,
"toY": 1,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 4,
"player": "black",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 1,
"fromY": 5,
"toX": 3,
"toY": 4,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 5,
"player": "white",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 2,
"fromY": 4,
"toX": 0,
"toY": 3,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 5,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 1,
"fromY": 1,
"toX": 1,
"toY": 2,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 6,
"player": "white",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 0,
"fromY": 3,
"toX": 2,
"toY": 4,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 6,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 1,
"fromY": 2,
"toX": 1,
"toY": 1,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 7,
"player": "white",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 3,
"fromY": 2,
"toX": 3,
"toY": 1,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 7,
"player": "black",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 3,
"fromY": 4,
"toX": 5,
"toY": 3,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 8,
"player": "white",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 4,
"fromY": 1,
"toX": 4,
"toY": 2,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 8,
"player": "black",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 5,
"fromY": 3,
"toX": 3,
"toY": 4,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 9,
"player": "white",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 4,
"fromY": 2,
"toX": 3,
"toY": 2,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 9,
"player": "black",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 2,
"fromY": 2,
"toX": 2,
"toY": 1,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 10,
"player": "white",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 3,
"fromY": 2,
"toX": 3,
"toY": 3,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 10,
"player": "black",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 3,
"fromY": 4,
"toX": 5,
"toY": 5,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 11,
"player": "white",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 2,
"fromY": 4,
"toX": 0,
"toY": 3,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 11,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 1,
"fromY": 1,
"toX": 1,
"toY": 2,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 12,
"player": "white",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 0,
"fromY": 3,
"toX": 2,
"toY": 2,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 12,
"player": "black",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 0,
"fromY": 4,
"toX": 0,
"toY": 5,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 13,
"player": "white",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 3,
"fromY": 1,
"toX": 3,
"toY": 0,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 13,
"player": "black",
"action": "capture",
"piece": "pawn",
"targetType": "white_pawn",
"fromX": 2,
"fromY": 1,
"toX": 3,
"toY": 0,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 14,
"player": "white",
"action": "capture",
"piece": "knight",
"targetType": "black_pawn",
"fromX": 2,
"fromY": 2,
"toX": 3,
"toY": 0,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 14,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 1,
"fromY": 2,
"toX": 2,
"toY": 1,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 15,
"player": "white",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 3,
"fromY": 0,
"toX": 4,
"toY": 2,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 15,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 2,
"fromY": 1,
"toX": 1,
"toY": 2,
"goldAfterMove": {
"white": 3,
"black": 0
}
},
{
"turn": 16,
"player": "white",
"action": "spawn",
"piece": "pawn",
"x": 3,
"y": 2,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 16,
"player": "black",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 0,
"fromY": 5,
"toX": 0,
"toY": 6,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 17,
"player": "white",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 3,
"fromY": 2,
"toX": 2,
"toY": 2,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 17,
"player": "black",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 0,
"fromY": 0,
"toX": 1,
"toY": 0,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 18,
"player": "white",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 4,
"fromY": 2,
"toX": 2,
"toY": 3,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 18,
"player": "black",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 0,
"fromY": 6,
"toX": 1,
"toY": 6,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 19,
"player": "white",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 2,
"fromY": 3,
"toX": 0,
"toY": 4,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 19,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 1,
"fromY": 2,
"toX": 2,
"toY": 1,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 20,
"player": "white",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 3,
"fromY": 3,
"toX": 2,
"toY": 3,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 20,
"player": "black",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 1,
"fromY": 6,
"toX": 2,
"toY": 6,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 21,
"player": "white",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 2,
"fromY": 2,
"toX": 1,
"toY": 2,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 21,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 2,
"fromY": 1,
"toX": 1,
"toY": 1,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 22,
"player": "white",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 1,
"fromY": 2,
"toX": 1,
"toY": 3,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 22,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 1,
"fromY": 1,
"toX": 2,
"toY": 1,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 23,
"player": "white",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 2,
"fromY": 3,
"toX": 1,
"toY": 4,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 23,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 2,
"fromY": 1,
"toX": 2,
"toY": 2,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 24,
"player": "white",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 1,
"fromY": 4,
"toX": 0,
"toY": 3,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 24,
"player": "black",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 1,
"fromY": 0,
"toX": 2,
"toY": 0,
"goldAfterMove": {
"white": 2,
"black": 0
}
},
{
"turn": 25,
"player": "white",
"action": "spawn",
"piece": "pawn",
"x": 4,
"y": 1,
"goldAfterMove": {
"white": 1,
"black": 0
}
},
{
"turn": 25,
"player": "black",
"action": "move",
"piece": "pawn",
"targetType": "empty",
"fromX": 2,
"fromY": 0,
"toX": 3,
"toY": 0,
"goldAfterMove": {
"white": 1,
"black": 0
}
},
{
"turn": 26,
"player": "white",
"action": "capture",
"piece": "pawn",
"targetType": "black_pawn",
"fromX": 4,
"fromY": 1,
"toX": 3,
"toY": 0,
"goldAfterMove": {
"white": 1,
"black": 0
}
},
{
"turn": 26,
"player": "black",
"action": "move",
"piece": "king",
"targetType": "empty",
"fromX": 2,
"fromY": 2,
"toX": 1,
"toY": 1,
"goldAfterMove": {
"white": 1,
"black": 0
}
},
{
"turn": 27,
"player": "white",
"action": "move",
"piece": "knight",
"targetType": "empty",
"fromX": 0,
"fromY": 4,
"toX": 2,
"toY": 3,
"goldAfterMove": {
"white": 1,
"black": 0
}
}
]
}

Avatar of Oliver_The_Wazir_Rider

yokay

Avatar of brutalitywarlord

To share replay files, its best to do that through the discord server for the game, but I will check out the game if its saved onto the website still. The website saves like 10 of them before it deletes em.

Avatar of BlazeBlitzer

Umm what is that above there

Avatar of BlazeBlitzer

I donut understand

Avatar of Oliver_The_Wazir_Rider

where do i put that into siege chess?

Avatar of Oliver_The_Wazir_Rider
BlazeBlitzer wrote:

I donut understand

I like Donuts

Avatar of brutalitywarlord
Oliver_The_Wazir_Rider wrote:

where do i put that into siege chess?

You need to copy paste it into a JSON document first, then in the Review Game section of the Siege Chess website, there is another page that has an upload button, you then select the file and upload it.