wedge/levels/tutorial.json

73 lines
No EOL
1.1 KiB
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,
"orientation": 1,
"position": [1, 3],
"color": [255, 10, 100],
"segments": [
[0, 0, 0, 0],
[1, 0, 4, 0],
],
},
{
"movable": true,
"orientation": 2,
"position": [2, 4],
"color": [105, 210, 50],
"segments": [
[0, 0, 2, 0],
[0, 1, 0, 0],
],
},
{
"movable": true,
"orientation": 2,
"position": [0, 4],
"color": [35, 150, 100],
"segments": [
[0, 0, 1, 1],
[0, 1, 0, 1],
],
},
{
"movable": true,
"orientation": 1,
"position": [0, 3],
"color": [25, 120, 10],
"segments": [
[0, 0, 3, 1],
[1, 0, 0, 1],
],
},
{
"movable": false,
"orientation": 0,
"position": [0, 2],
"color": [15, 15, 15],
"segments": [
[0, 0, 0, 0],
],
},
{
"movable": false,
"orientation": 0,
"position": [2, 2],
"color": [15, 15, 15],
"segments": [
[0, 0, 0, 1],
],
},
]
}