kinda working version

This commit is contained in:
Pierre Tellier
2024-04-20 16:06:02 +02:00
parent 2d68715003
commit 25a0550b4a
5 changed files with 502 additions and 128 deletions

View File

@ -68,102 +68,431 @@
<div id="games">
<div id="board" class="board">
<div class=gridLine id="line0">
<div class="gridTile tile0"></div>
</div>
</div>
</div>
<div id="jsonData">
<pre>[
{
"seed": 1881916104,
"player0": "Teisipyte",
"player1": "Teisipyte",
"moves": [ { "id": 4294967295, "x": 0, "y": 0 }, { "id": 0, "x": -1, "y": 0 }, { "id": 1, "x": -1, "y": 1 }, { "id": 0, "x": -2, "y": 1 }, { "id": 1, "x": -1, "y": 2 }, { "id": 0, "x": -3, "y": 1 }, { "id": 1, "x": -3, "y": 0 } ],
"winner": "??",
"cause": "Maximal number of moves reached (7), game is a draw"
}
<pre>
[
{
"seed": 3544045162,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Teisipyte",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 0, "y": 1, "tile": { "t": [ 3, 3, 3, 3, 2, 1, 0, 0, 0, 1, 2, 3, 2 ], "c": [ 0, 0, 0, 0, 1, 0, 3, 3, 3, 0, 1, 0, 1 ], "name" : "init", "angle" : "180" } }, { "id": 0, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Teisipyte",
"cause": "Victory on points for player Teisipyte"
}
,
{
"seed": 2130915275,
"player0": "Hippolyte",
"player1": "Full random player",
"moves": [ { "id": 4294967295, "x": 0, "y": 0 }, { "id": 0, "x": 1, "y": 0 }, { "id": 1, "x": 8, "y": 4 }, { "id": 0, "x": 0, "y": -1 }, { "id": 1, "x": 8, "y": 8 }, { "id": 0, "x": 0, "y": -2 }, { "id": 1, "x": 2, "y": 0 } ],
"winner": "??",
"cause": "Maximal number of moves reached (7), game is a draw"
}
{
"seed": 3544045162,
"mode": "no meeple",
"player0": "Teisipyte",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 4, 5, 6, 6, 7, 0, 0, 1, 2, 2, 3, 4, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } }, { "id": 1, "x": 1, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": 2, "y": 0, "tile": { "t": [ 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1 ], "c": [ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "turn", "angle" : "90" } }, { "id": 1, "x": -1, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1 ], "c": [ 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 3 ], "name" : "castle12", "angle" : "0" } }, { "id": 0, "x": -2, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Victory on points for player Pierre Du Caillou"
}
,
{
"seed": 2130915275,
"player0": "Full random player",
"player1": "Hippolyte",
"moves": [ { "id": 4294967295, "x": 0, "y": 0 }, { "id": 0, "x": 4, "y": 8 }, { "id": 1, "x": 4, "y": 7 }, { "id": 0, "x": 6, "y": 8 }, { "id": 1, "x": 4, "y": 6 }, { "id": 0, "x": 3, "y": 2 }, { "id": 1, "x": 2, "y": 2 } ],
"winner": "??",
"cause": "Maximal number of moves reached (7), game is a draw"
}
{
"seed": 2638926167,
"mode": "no meeple",
"player0": "Player_0b",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 1, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 1, "x": 0, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } }, { "id": 1, "x": 1, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 1, "y": -1, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } }, { "id": 1, "x": -1, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1 ], "c": [ 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 3 ], "name" : "castle12", "angle" : "0" } }, { "id": 1, "x": 0, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Victory on points for player Pierre Du Caillou"
}
,
{
"seed": 2130915275,
"player0": "Hippolyte",
"player1": "Full random player",
"moves": [ { "id": 4294967295, "x": 0, "y": 0 }, { "id": 0, "x": 1, "y": 0 }, { "id": 1, "x": 8, "y": 4 }, { "id": 0, "x": 0, "y": -1 }, { "id": 1, "x": 8, "y": 8 }, { "id": 0, "x": 0, "y": -2 }, { "id": 1, "x": 2, "y": 0 } ],
"winner": "??",
"cause": "Maximal number of moves reached (7), game is a draw"
}
{
"seed": 890345227,
"mode": "no meeple",
"player0": "Player_0a",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 1, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 1, "x": 0, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } }, { "id": 1, "x": 1, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 1, "y": -1, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } }, { "id": 1, "x": -1, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1 ], "c": [ 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 3 ], "name" : "castle12", "angle" : "0" } }, { "id": 1, "x": 0, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Victory on points for player Pierre Du Caillou"
}
,
{
"seed": 2130915275,
"player0": "Full random player",
"player1": "Hippolyte",
"moves": [ { "id": 4294967295, "x": 0, "y": 0 }, { "id": 0, "x": 4, "y": 8 }, { "id": 1, "x": 4, "y": 7 }, { "id": 0, "x": 6, "y": 8 }, { "id": 1, "x": 4, "y": 6 }, { "id": 0, "x": 3, "y": 2 }, { "id": 1, "x": 2, "y": 2 } ],
"winner": "??",
"cause": "Maximal number of moves reached (7), game is a draw"
}
{
"seed": 1188431381,
"mode": "no meeple",
"player0": "Basic Player",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": -1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } }, { "id": 1, "x": -1, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": -2, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } }, { "id": 1, "x": 0, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1 ], "c": [ 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 3 ], "name" : "castle12", "angle" : "0" } }, { "id": 0, "x": -2, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 1, 2, 2, 1, 0, 0, 0, 0, 1 ], "c": [ 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "270" } } ],
"winner": "Pierre Du Caillou",
"cause": "Victory on points for player Pierre Du Caillou"
}
,
{
"seed": 3336162595,
"player0": "Androdameia",
"player1": "Phoebe",
"moves": [ { "id": 4294967295, "x": 0, "y": 0 }, { "id": 0, "x": -1, "y": 0 }, { "id": 1, "x": -2, "y": 0 }, { "id": 0, "x": 0, "y": -1 }, { "id": 1, "x": 1, "y": 0 }, { "id": 0, "x": 0, "y": -2 }, { "id": 1, "x": -1, "y": -2 } ],
"winner": "Phoebe",
"cause": "Victory on points for player Phoebe"
}
{
"seed": 3544045162,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Teisipyte",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 0, "y": 1, "tile": { "t": [ 3, 3, 3, 3, 2, 1, 0, 0, 0, 1, 2, 3, 2 ], "c": [ 0, 0, 0, 0, 1, 0, 3, 3, 3, 0, 1, 0, 1 ], "name" : "init", "angle" : "180" } }, { "id": 0, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Teisipyte",
"cause": "Victory on points for player Teisipyte"
}
,
{
"seed": 1127192704,
"player0": "Androdameia",
"player1": "Full random player",
"moves": [ { "id": 4294967295, "x": 0, "y": 0 }, { "id": 0, "x": -1, "y": 0 }, { "id": 1, "x": 9, "y": 5 }, { "id": 0, "x": 9, "y": 6 }, { "id": 1, "x": 0, "y": 7 }, { "id": 0, "x": 9, "y": 7 }, { "id": 1, "x": 3, "y": 0 } ],
"winner": "??",
"cause": "Maximal number of moves reached (7), game is a draw"
}
{
"seed": 2638926167,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Player_0b",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 2, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Player_0b",
"cause": "Pierre Du Caillou (id=0) has played a move with an invalid connection"
}
,
{
"seed": 1127192704,
"player0": "Full random player",
"player1": "Androdameia",
"moves": [ { "id": 4294967295, "x": 0, "y": 0 }, { "id": 0, "x": 1, "y": 9 }, { "id": 1, "x": 2, "y": 9 }, { "id": 0, "x": 9, "y": 0 }, { "id": 1, "x": 1, "y": 8 }, { "id": 0, "x": 0, "y": 3 }, { "id": 1, "x": 2, "y": 10 } ],
"winner": "Androdameia",
"cause": "Victory on points for player Androdameia"
}
{
"seed": 890345227,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Player_0a",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 2, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Player_0a",
"cause": "Pierre Du Caillou (id=0) has played a move with an invalid connection"
}
,
{
"seed": 1127192704,
"player0": "Androdameia",
"player1": "Full random player",
"moves": [ { "id": 4294967295, "x": 0, "y": 0 }, { "id": 0, "x": -1, "y": 0 }, { "id": 1, "x": 9, "y": 5 }, { "id": 0, "x": 9, "y": 6 }, { "id": 1, "x": 0, "y": 7 }, { "id": 0, "x": 9, "y": 7 }, { "id": 1, "x": 3, "y": 0 } ],
"winner": "??",
"cause": "Maximal number of moves reached (7), game is a draw"
}
{
"seed": 1188431381,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Basic Player",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 1, "y": -1, "tile": { "t": [ 1, 2, 3, 3, 3, 3, 3, 2, 1, 0, 0, 0, 2 ], "c": [ 0, 1, 0, 0, 0, 0, 0, 1, 0, 3, 3, 3, 1 ], "name" : "init", "angle" : "90" } }, { "id": 0, "x": 0, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Basic Player",
"cause": "Pierre Du Caillou (id=0) has played a move with an invalid connection"
}
,
{
"seed": 1127192704,
"player0": "Full random player",
"player1": "Androdameia",
"moves": [ { "id": 4294967295, "x": 0, "y": 0 }, { "id": 0, "x": 1, "y": 9 }, { "id": 1, "x": 2, "y": 9 }, { "id": 0, "x": 9, "y": 0 }, { "id": 1, "x": 1, "y": 8 }, { "id": 0, "x": 0, "y": 3 }, { "id": 1, "x": 2, "y": 10 } ],
"winner": "Androdameia",
"cause": "Victory on points for player Androdameia"
}
{
"seed": 794903401,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Jeune Cadre Dynamique",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Jeune Cadre Dynamique",
"cause": "Pierre Du Caillou (id=0) has played a move with an invalid connection"
}
,
{
"seed": 4111397969,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Player Random",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Player Random",
"cause": "Pierre Du Caillou (id=0) has played a move with an invalid connection"
}
,
{
"seed": 2505933510,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Jean Claude Van Dam",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 2, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Jean Claude Van Dam",
"cause": "Pierre Du Caillou (id=0) has played a move with an invalid connection"
}
,
{
"seed": 794903401,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "BENZEMA",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "BENZEMA (id=1) has played a move with an invalid connection"
}
,
{
"seed": 453684766,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Darkiki",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Darkiki (id=1) has played a move with an invalid connection"
}
,
{
"seed": 1693317923,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Full random player",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 3, "y": 3, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Full random player (id=1) has played a move that is not connected"
}
,
{
"seed": 2013485057,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Bilal",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": 2, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Bilal",
"cause": "Pierre Du Caillou (id=0) has played a move with an invalid connection"
}
,
{
"seed": 453684766,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "toto",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "toto (id=1) has played a move with an invalid connection"
}
,
{
"seed": 3611550182,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "5aoula",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "5aoula (id=1) has played a move with an invalid connection"
}
,
{
"seed": 1090912934,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "1Wassim",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": 2, "y": 2, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "1Wassim (id=1) has played a move that is not connected"
}
,
{
"seed": 794903401,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Claude",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Claude (id=1) has played a move with an invalid connection"
}
,
{
"seed": 773597948,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Misak0",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Misak0 (id=1) has played a move with an invalid connection"
}
,
{
"seed": 2013485057,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Mathieu",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Mathieu (id=1) has played a move with an invalid connection"
}
,
{
"seed": 1624906737,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Roland Le Maitre",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 1, "y": 1, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Roland Le Maitre (id=1) has played a move with an invalid connection"
}
,
{
"seed": 1436866379,
"mode": "no meeple",
"player0": "Pierre Du Caillou",
"player1": "Thibault",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": -1662659984, "x": 32542, "y": -1662659984, "tile": { "t": [ 32542, -457958272, 22082, -457958272, 22082, -457982448, 22082, -457990160, 22082, 13, 0, 33, 0 ], "c": [ -457957888, 22082, -1662661408, 32542, 96, 0, 32, 0, -2137132079, 22087, 0, 0, 128 ], "name" : "init", "angle" : "-666" } } ],
"winner": "Pierre Du Caillou",
"cause": "Thibault (id=1) has not played the tile it's been given"
}
,
{
"seed": 794903401,
"mode": "no meeple",
"player0": "Jeune Cadre Dynamique",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": -1, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } }, { "id": 1, "x": 1, "y": -1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": -2, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } }, { "id": 1, "x": 0, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1 ], "c": [ 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 3 ], "name" : "castle12", "angle" : "0" } }, { "id": 0, "x": 0, "y": 2, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Victory on points for player Pierre Du Caillou"
}
,
{
"seed": 4111397969,
"mode": "no meeple",
"player0": "Player Random",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } }, { "id": 1, "x": 1, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": 1, "y": -1, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } }, { "id": 1, "x": -1, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1 ], "c": [ 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 3 ], "name" : "castle12", "angle" : "0" } }, { "id": 0, "x": -2, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Victory on points for player Pierre Du Caillou"
}
,
{
"seed": 2505933510,
"mode": "no meeple",
"player0": "Jean Claude Van Dam",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Jean Claude Van Dam (id=0) has played a move with an invalid connection"
}
,
{
"seed": 794903401,
"mode": "no meeple",
"player0": "BENZEMA",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 2, "y": 0, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "BENZEMA (id=0) has played a move with an invalid connection"
}
,
{
"seed": 453684766,
"mode": "no meeple",
"player0": "Darkiki",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": -1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } }, { "id": 1, "x": -1, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": -1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Victory on points for player Pierre Du Caillou"
}
,
{
"seed": 1693317923,
"mode": "no meeple",
"player0": "Full random player",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 3, "y": 3, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Full random player (id=0) has played a move that is not connected"
}
,
{
"seed": 2013485057,
"mode": "no meeple",
"player0": "Bilal",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": -1, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } }, { "id": 1, "x": 1, "y": -1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": 2, "y": -1, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Victory on points for player Pierre Du Caillou"
}
,
{
"seed": 453684766,
"mode": "no meeple",
"player0": "toto",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "toto (id=0) has played a move that is not connected"
}
,
{
"seed": 3611550182,
"mode": "no meeple",
"player0": "Hanaa07",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Hanaa07 (id=0) has played a move that is not connected"
}
,
{
"seed": 1090912934,
"mode": "no meeple",
"player0": "5aoula",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": -1, "x": 1, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "5aoula (id=0) has played a move that is not connected"
}
,
{
"seed": 794903401,
"mode": "no meeple",
"player0": "Claude",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "xroad", "angle" : "-666" } } ],
"winner": "Pierre Du Caillou",
"cause": "Claude (id=0) has not played the tile it's been given"
}
,
{
"seed": 773597948,
"mode": "no meeple",
"player0": "Misak0",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "xroad", "angle" : "-666" } } ],
"winner": "Pierre Du Caillou",
"cause": "Misak0 (id=0) has not played the tile it's been given"
}
,
{
"seed": 2013485057,
"mode": "no meeple",
"player0": "Mathieu",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Mathieu (id=0) has played a move that is not connected"
}
,
{
"seed": 1624906737,
"mode": "no meeple",
"player0": "Roland Le Maitre",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Roland Le Maitre (id=0) has played a move with an invalid connection"
}
,
{
"seed": 1436866379,
"mode": "no meeple",
"player0": "Thibaud",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "xroad", "angle" : "-666" } } ],
"winner": "Pierre Du Caillou",
"cause": "Thibaud (id=0) has not played the tile it's been given"
}
,
{
"seed": 2638926167,
"mode": "no meeple",
"player0": "Player_0b",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 1, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 1, "x": 0, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } }, { "id": 1, "x": 1, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 1, "y": -1, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } }, { "id": 1, "x": -1, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1 ], "c": [ 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 3 ], "name" : "castle12", "angle" : "0" } }, { "id": 1, "x": 0, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Victory on points for player Pierre Du Caillou"
}
,
{
"seed": 2505933510,
"mode": "infinite meeple",
"player0": "Pierre Du Caillou",
"player1": "Jean Claude Van Dam",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": 2, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } } ],
"winner": "Jean Claude Van Dam",
"cause": "Pierre Du Caillou (id=0) has played a move with an invalid connection"
}
,
{
"seed": 4111397969,
"mode": "no meeple",
"player0": "Player Random",
"player1": "Pierre Du Caillou",
"moves": [ { "id": -1, "x": 0, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 1, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 1, "x": -1, "y": 0, "tile": { "t": [ 0, 0, 0, 1, 2, 3, 3, 3, 3, 3, 2, 1, 2 ], "c": [ 3, 3, 3, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 ], "name" : "init", "angle" : "0" } }, { "id": 0, "x": 0, "y": -1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "c": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "name" : "green", "angle" : "0" } }, { "id": 1, "x": 1, "y": 1, "tile": { "t": [ 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 0, 8 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 4 ], "name" : "xroad", "angle" : "0" } }, { "id": 0, "x": 1, "y": -1, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } }, { "id": 1, "x": -1, "y": 1, "tile": { "t": [ 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1 ], "c": [ 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 3 ], "name" : "castle12", "angle" : "0" } }, { "id": 0, "x": -2, "y": 0, "tile": { "t": [ 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "c": [ 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 ], "name" : "turn", "angle" : "0" } } ],
"winner": "Pierre Du Caillou",
"cause": "Victory on points for player Pierre Du Caillou"
}
]
</pre>
</div>