19 - Choose the correct hole
Created on Tuesday, 02 September 2025
It’s a giant, painful game of Plinko. Navigate a maze of hazards and try to find the one true path to the goal at the very bottom.
Rate this Level
Level Source Data
You can copy this code to use as a template for your own creations in the Level Editor.
[ {
"block": [ {
"height": 820,
"width": 350,
"x": 0,
"y": 900
},
{
"height": 5000,
"width": 10,
"x": 875,
"y": 3100
}, {
"height": 10,
"width": 1250,
"x": 250,
"y": 4195,
"friction": 0.1
} , {
"height": 5000,
"width": 10,
"x": 1088,
"y": 3100
}, {
"height": 10,
"width": 850,
"x": 235,
"y": 3795,
"friction": 0.1
} , {
"height": 3200,
"width": 10,
"x": 662,
"y": 2200
} , {
"height": 2800,
"width": 10,
"x": 449,
"y": 2000
} , {
"height": 10,
"width": 450,
"x": 229,
"y": 3400
} , {
"height": 1200,
"width": 10,
"x": 236,
"y": 1200
} , {
"height": 1200,
"width": 10,
"x": 1301,
"y": 1200
} ],
"spikes": [ {
"x": 140,
"y": 3275
}, {
"x": 325,
"y": 3275
} ],
"saws": [ {
"direction": "clockwise",
"motorSpeed": 7,
"x": 240,
"y": 1920
}, {
"direction": "anticlockwise",
"motorSpeed": 7,
"x": 240,
"y": 2150
}, {
"direction": "clockwise",
"motorSpeed": 7,
"x": 240,
"y": 2380
}, {
"direction": "anticlockwise",
"motorSpeed": 7,
"x": 240,
"y": 2630
}, {
"direction": "clockwise",
"motorSpeed": 7,
"x": 240,
"y": 2880
} ],
"ragdoll": [ {
"x": 100,
"y": 320
} ],
"walls": [ {
"height": 5500,
"width": 1520
} ],
"cogs": [ {
"motorSpeed": 5,
"x": 200,
"y": 3600
}, {
"direction": "anticlockwise",
"motorSpeed": 5,
"x": 500,
"y": 3600
} ],
"goal": [ {
"height": 200,
"width": 203,
"x": 880,
"y": 5300
} ],
"pyramids": [ {
"height": 10,
"blockSize": 20,
"shape": "circle",
"x": 250,
"y": 3800,
"smell": "blue"
},
{
"height": 10,
"blockSize": 20,
"shape": "circle",
"x": 600,
"y": 3800,
"smell": "blue"
} ],
"fans": [
{"x": 1200, "y": 2200, "power": 10, "direction" : "clockwise", "initialAngle": 0},
{"x": 1200, "y": 2600, "power": 10, "direction" : "anticlockwise", "initialAngle": 10},
{"x": 1200, "y": 3000, "power": 10, "direction" : "clockwise", "initialAngle": 20},
{"x": 1200, "y": 3400, "power": 10, "direction" : "anticlockwise", "initialAngle": 30},
{"x": 1200, "y": 3800, "power": 10, "direction" : "clockwise", "initialAngle": 40},
{"x": 1200, "y": 4200, "power": 10, "direction" : "anticlockwise", "initialAngle": 50},
{"x": 1200, "y": 4600, "power": 10, "direction" : "clockwise", "initialAngle": 60},
{"x": 1200, "y": 5000, "power": 10, "direction" : "anticlockwise", "initialAngle": 70}
],
"filename": "19 - Choose the correct hole.json"
} ]