55 lines
836 B
JSON
55 lines
836 B
JSON
|
{
|
||
|
"dimensions": [4, 8],
|
||
|
"player1": {
|
||
|
"position": [1, 7],
|
||
|
"color": [66, 134, 244],
|
||
|
},
|
||
|
"player2": {
|
||
|
"position": [1, 7],
|
||
|
"color": [244, 83, 65],
|
||
|
},
|
||
|
"goal1": [0, 0],
|
||
|
"goal2": [3, 0],
|
||
|
"blocks": [
|
||
|
{
|
||
|
"movable": false,
|
||
|
"orientation": 1,
|
||
|
"color": [0, 0, 0],
|
||
|
"segments": [
|
||
|
[0, 2, 0, 0],
|
||
|
[3, 2, 0, 0],
|
||
|
[0, 4, 0, 0],
|
||
|
[3, 4, 0, 0],
|
||
|
[3, 6, 0, 0],
|
||
|
[0, 2, 0, 1],
|
||
|
[3, 2, 0, 1],
|
||
|
[0, 4, 0, 1],
|
||
|
[0, 6, 0, 1],
|
||
|
[3, 6, 0, 1],
|
||
|
],
|
||
|
},
|
||
|
{
|
||
|
"movable": true,
|
||
|
"orientation": 1,
|
||
|
"color": [255, 10, 100],
|
||
|
"segments": [
|
||
|
[1, 5, 0, 0],
|
||
|
[2, 5, 4, 0],
|
||
|
[1, 5, 0, 1],
|
||
|
[2, 5, 4, 1],
|
||
|
],
|
||
|
},
|
||
|
{
|
||
|
"movable": true,
|
||
|
"orientation": 1,
|
||
|
"color": [10, 255, 100],
|
||
|
"segments": [
|
||
|
[1, 3, 3, 0],
|
||
|
[2, 3, 0, 0],
|
||
|
[1, 3, 3, 1],
|
||
|
[2, 3, 0, 1],
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
}
|