21 - Flippers

Created on Tuesday, 02 September 2025

It’s pinball time! Use the flippers to keep your ragdoll in play and rack up a high score.


Rate this Level



Level Source Data

You can copy this code to use as a template for your own creations in the Level Editor.

[
    {
        "ragdoll": [
            {"x": 100, "y": 320}
        ],
        "walls": [
            {"width": 1000, "height": 1500}
        ],
        "block": [
            {"x": 0, "y": 950, "width": 350, "height": 900}
        ],     
        "flippers": [
            { "x": 400, "y": 1200, "angle" : 45, "side" : "left" },
            { "x": 800, "y": 1200, "angle" : 315, "side" : "right" }
        ],   
        "filename": "21 - Flippers.json",
        "points" : 250
    }
]