25 lines
367 B
JSON
25 lines
367 B
JSON
|
{
|
||
|
"dimensions": [3, 7],
|
||
|
"player1": {
|
||
|
"position": [1, 6],
|
||
|
"color": [66, 134, 244],
|
||
|
},
|
||
|
"player2": {
|
||
|
"position": [1, 6],
|
||
|
"color": [244, 83, 65],
|
||
|
},
|
||
|
"goal1": [1, 0],
|
||
|
"goal2": [1, 0],
|
||
|
"blocks": [
|
||
|
{
|
||
|
"movable": true,
|
||
|
"push_dir": 0,
|
||
|
"position": [1, 3],
|
||
|
"color": [255, 10, 100],
|
||
|
"segments": [
|
||
|
[0, 0, 0, 0],
|
||
|
[1, 0, 4, 0],
|
||
|
],
|
||
|
}
|
||
|
]
|
||
|
}
|