vs
[
[
[6,7], // coordinates player 1
[6,7], // coordinates player 2
[0.0,0.0,0.0], // item count player 1
[0.0,0.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".......3.1",
".....3....",
"..........",
".....2.3..",
".....2...3",
"......3...",
"2.........",
"..........",
"..........",
],
[
[6,6], // coordinates player 1
[5,7], // coordinates player 2
[0.0,0.0,0.0], // item count player 1
[0.0,0.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".......3.1",
".....3....",
"..........",
".....2.3..",
".....2...3",
"......3...",
"2.........",
"..........",
"..........",
],
[
[6,6], // coordinates player 1
[5,6], // coordinates player 2
[0.0,0.0,1.0], // item count player 1
[0.0,0.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".......3.1",
".....3....",
"..........",
".....2.3..",
".....2...3",
"..........",
"2.........",
"..........",
"..........",
],
[
[7,6], // coordinates player 1
[5,5], // coordinates player 2
[0.0,0.0,1.0], // item count player 1
[0.0,0.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".......3.1",
".....3....",
"..........",
".....2.3..",
".....2...3",
"..........",
"2.........",
"..........",
"..........",
],
[
[7,5], // coordinates player 1
[5,5], // coordinates player 2
[0.0,0.0,1.0], // item count player 1
[0.0,1.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".......3.1",
".....3....",
"..........",
".....2.3..",
".........3",
"..........",
"2.........",
"..........",
"..........",
],
[
[7,4], // coordinates player 1
[5,4], // coordinates player 2
[0.0,0.0,1.0], // item count player 1
[0.0,1.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".......3.1",
".....3....",
"..........",
".....2.3..",
".........3",
"..........",
"2.........",
"..........",
"..........",
],
[
[7,4], // coordinates player 1
[5,4], // coordinates player 2
[0.0,0.0,2.0], // item count player 1
[0.0,2.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".......3.1",
".....3....",
"..........",
"..........",
".........3",
"..........",
"2.........",
"..........",
"..........",
],
[
[7,3], // coordinates player 1
[6,4], // coordinates player 2
[0.0,0.0,2.0], // item count player 1
[0.0,2.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".......3.1",
".....3....",
"..........",
"..........",
".........3",
"..........",
"2.........",
"..........",
"..........",
],
[
[7,2], // coordinates player 1
[7,4], // coordinates player 2
[0.0,0.0,2.0], // item count player 1
[0.0,2.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".......3.1",
".....3....",
"..........",
"..........",
".........3",
"..........",
"2.........",
"..........",
"..........",
],
[
[7,1], // coordinates player 1
[8,4], // coordinates player 2
[0.0,0.0,2.0], // item count player 1
[0.0,2.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".......3.1",
".....3....",
"..........",
"..........",
".........3",
"..........",
"2.........",
"..........",
"..........",
],
[
[7,1], // coordinates player 1
[9,4], // coordinates player 2
[0.0,0.0,3.0], // item count player 1
[0.0,2.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".........1",
".....3....",
"..........",
"..........",
".........3",
"..........",
"2.........",
"..........",
"..........",
],
[
[8,1], // coordinates player 1
[9,3], // coordinates player 2
[0.0,0.0,3.0], // item count player 1
[0.0,2.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".........1",
".....3....",
"..........",
"..........",
".........3",
"..........",
"2.........",
"..........",
"..........",
],
[
[9,1], // coordinates player 1
[9,2], // coordinates player 2
[0.0,0.0,3.0], // item count player 1
[0.0,2.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
".........1",
".....3....",
"..........",
"..........",
".........3",
"..........",
"2.........",
"..........",
"..........",
],
[
[9,1], // coordinates player 1
[9,1], // coordinates player 2
[1.0,0.0,3.0], // item count player 1
[0.0,2.0,0.0], // item count player 2
[1,3,5], // item count in total (constant)
"..........",
"..........",
".....3....",
"..........",
"..........",
".........3",
"..........",
"2.........",
"..........",
"..........",
],
["player 1 wins"]
]