26 - Bounce and tumble

Created on Tuesday, 02 September 2025

A beautiful chain reaction machine. Hit the first bumper just right and watch as the level solves itself.


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": 30,
      "width": 400,
      "x": 3800,
      "y": 400,
      "friction": 1
   } ],
   "cogs": [ {
      "direction": "clockwise",
      "motorSpeed": 7,
      "x": 2400,
      "y": 1200
   }, {
      "direction": "clockwise",
      "motorSpeed": 7,
      "x": 2650,
      "y": 1000
   }, {
      "direction": "clockwise",
      "motorSpeed": 7,
      "x": 2900,
      "y": 800
   }, {
      "direction": "clockwise",
      "motorSpeed": 7,
      "x": 3150,
      "y": 600
   }, {
      "direction": "clockwise",
      "motorSpeed": 7,
      "x": 3400,
      "y": 400
   } ],
   "filename": "26 - Bounce and tumble.json",
   "goal": [ {
      "height": 250,
      "width": 250,
      "x": 3750,
      "y": 135
   } ],
   "points": 350,
   "ragdoll": [ {
      "x": 100,
      "y": 2500
   } ],
   "saws": [ {
      "direction": "clockwise",
      "motorSpeed": 7,
      "x": 1250,
      "y": 1300
   }, {
      "direction": "clockwise",
      "motorSpeed": 7,
      "x": 1550,
      "y": 1300
   }, {
      "direction": "clockwise",
      "motorSpeed": 7,
      "x": 1850,
      "y": 1300
   }, {
      "direction": "clockwise",
      "motorSpeed": 7,
      "x": 2150,
      "y": 1300
   } ],
   "triangles": [ {
      "a": 350,
      "angle": 180,
      "b": 470,
      "bodyType": "static",
      "c": 320,
      "isBumper": true,
      "x": 400,
      "y": 1800
   }, {
      "a": 350,
      "angle": 90,
      "b": 470,
      "bodyType": "static",
      "c": 320,
      "isBumper": true,
      "x": 1400,
      "y": 2600
   } ],
   "walls": [ {
      "height": 3000,
      "width": 4000
   } ]
} ]