Tutorials - Overworld

Overworld Tutorials

[{
    "name": "Spleef",
    "imageUrl":"https://pxt.azureedge.net/blob/ad3da8b75f50fe59bc674ab9841c4fc008908585/static/mods/spleef.jpg",
    "url": "/tutorials/spleef",
    "cardType": "tutorial",
    "description": "Dig under your friends' feet to make them fall into lava.",
    "otherActions": [{
        "url": "/tutorials/python/spleef",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/spleef",
        "editor": "js",
        "cardType": "tutorial"
    }]
 },
 {
    "name": "Leap of faith",
    "imageUrl":"https://pxt.azureedge.net/blob/ac587b95c483c2a5481624612d5e66d7d3eab524/static/mods/leap-of-faith.jpg",
    "url": "/tutorials/leap-of-faith",
    "cardType": "tutorial",
    "description": "Jump from a high platform and aim for the tiny pool below.",
    "otherActions": [{
        "url": "/tutorials/python/leap-of-faith",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/leap-of-faith",
        "editor": "js",
        "cardType": "tutorial"
    }]
 }, 
 {
    "name": "Lava Tower",
    "imageUrl":"https://pxt.azureedge.net/blob/cc22e60bc4c055f973d7c02ec23bff0076f3e9d0/static/mods/lava-tower.jpg",
    "url": "/tutorials/lava-tower",
    "cardType": "tutorial",
    "description": "Make a lava flow down from the sky. Look out when it gets close!",
    "otherActions": [{
        "url": "/tutorials/python/lava-tower",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/lava-tower",
        "editor": "js",
        "cardType": "tutorial"
    }]
 },
 {
    "name": "Sand Storm",
    "imageUrl":"https://pxt.azureedge.net/blob/f59e7c163af0185927d0cefd8ba90ebc2f994d9f/static/mods/sand-storm.jpg",
    "url": "/tutorials/sand-storm",
    "cardType": "tutorial",
    "description": "Throw sand all over.",
    "otherActions": [{
        "url": "/tutorials/python/sand-storm",
        "editor": "py",
        "cardType": "tutorial"
    },
    {
        "url": "/tutorials/spy/sand-storm",
        "editor": "js",
        "cardType": "tutorial"
    }]
 }
]