vs
[
[
[3,1], // coordinates player 1
[3,1], // coordinates player 2
[0.0,0.0,0.0,0.0], // item count player 1
[0.0,0.0,0.0,0.0], // item count player 2
[1,3,5,7], // item count in total (constant)
"234.3",
"2.2.3",
".4.13",
"4434.",
".4.4.",
],
[
[4,1], // coordinates player 1
[3,2], // coordinates player 2
[0.0,0.0,0.0,0.0], // item count player 1
[0.0,0.0,0.0,0.0], // item count player 2
[1,3,5,7], // item count in total (constant)
"234.3",
"2.2.3",
".4.13",
"4434.",
".4.4.",
],
[
[4,1], // coordinates player 1
[3,2], // coordinates player 2
[0.0,0.0,1.0,0.0], // item count player 1
[1.0,0.0,0.0,0.0], // item count player 2
[1,3,5,7], // item count in total (constant)
"234.3",
"2.2..",
".4..3",
"4434.",
".4.4.",
],
[
[4,0], // coordinates player 1
[2,2], // coordinates player 2
[0.0,0.0,1.0,0.0], // item count player 1
[1.0,0.0,0.0,0.0], // item count player 2
[1,3,5,7], // item count in total (constant)
"234.3",
"2.2..",
".4..3",
"4434.",
".4.4.",
],
[
[4,0], // coordinates player 1
[2,1], // coordinates player 2
[0.0,0.0,2.0,0.0], // item count player 1
[1.0,0.0,0.0,0.0], // item count player 2
[1,3,5,7], // item count in total (constant)
"234..",
"2.2..",
".4..3",
"4434.",
".4.4.",
],
[
[3,0], // coordinates player 1
[2,1], // coordinates player 2
[0.0,0.0,2.0,0.0], // item count player 1
[1.0,1.0,0.0,0.0], // item count player 2
[1,3,5,7], // item count in total (constant)
"234..",
"2....",
".4..3",
"4434.",
".4.4.",
],
[
[2,0], // coordinates player 1
[1,1], // coordinates player 2
[0.0,0.0,2.0,0.0], // item count player 1
[1.0,1.0,0.0,0.0], // item count player 2
[1,3,5,7], // item count in total (constant)
"234..",
"2....",
".4..3",
"4434.",
".4.4.",
],
[
[2,0], // coordinates player 1
[0,1], // coordinates player 2
[0.0,0.0,2.0,1.0], // item count player 1
[1.0,1.0,0.0,0.0], // item count player 2
[1,3,5,7], // item count in total (constant)
"23...",
"2....",
".4..3",
"4434.",
".4.4.",
],
[
[1,0], // coordinates player 1
[0,1], // coordinates player 2
[0.0,0.0,2.0,1.0], // item count player 1
[1.0,2.0,0.0,0.0], // item count player 2
[1,3,5,7], // item count in total (constant)
"23...",
".....",
".4..3",
"4434.",
".4.4.",
],
[
[1,0], // coordinates player 1
[0,1], // coordinates player 2
[0.0,0.0,2.0,1.0], // item count player 1
[1.0,2.0,0.0,0.0], // item count player 2
[1,3,5,7], // item count in total (constant)
"23...",
".....",
".4..3",
"4434.",
".4.4.",
],
["player 2 wins (opponent threw an exception)"]
]