wedge/levels/tutorial.json

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