vs
[
[
[2,2], // coordinates player 1
[2,2], // 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......",
"..3.....",
"....3..2",
".3....2.",
"......32",
"1.......",
"........",
"........",
],
[
[3,2], // coordinates player 1
[2,1], // 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......",
"..3.....",
"....3..2",
".3....2.",
"......32",
"1.......",
"........",
"........",
],
[
[4,2], // coordinates player 1
[2,1], // coordinates player 2
[0.0,0.0,0.0], // item count player 1
[0.0,0.0,1.0], // item count player 2
[1,3,5], // item count in total (constant)
".3......",
"........",
"....3..2",
".3....2.",
"......32",
"1.......",
"........",
"........",
],
[
[4,2], // coordinates player 1
[2,1], // coordinates player 2
[0.0,0.0,0.0], // item count player 1
[0.0,0.0,1.0], // item count player 2
[1,3,5], // item count in total (constant)
".3......",
"........",
"....3..2",
".3....2.",
"......32",
"1.......",
"........",
"........",
],
["player 2 wins (opponent timed out)"]
]