Tutorials - Super Powers

Super Power Tutorials

[{
    "name": "Flower Trail",
    "imageUrl":"https://pxt.azureedge.net/blob/c56b4eaeec757916d0b447dbda51ad15d277e58e/static/mods/flower-trail.jpg",
    "url": "/tutorials/flower-trail",
    "cardType": "tutorial",
    "description": "Mark your path, see where you go.",
    "otherActions": [{
        "url": "/tutorials/python/flower-trail",
        "editor": "py",
        "cardType": "tutorial"
    },
    {
        "url": "/tutorials/spy/flower-trail",
        "editor": "js",
        "cardType": "tutorial"
    }]
 }, 
 {
    "name": "Mega Jump",
    "imageUrl":"https://pxt.azureedge.net/blob/e02d5c1d09669a2750a90785b17e60c744365411/static/mods/mega-jump.jpg",
    "url": "/tutorials/mega-jump",
    "cardType": "tutorial",
    "description": "Give your player a real boost!",
    "otherActions": [{
        "url": "/tutorials/python/mega-jump",
        "editor": "py",
        "cardType": "tutorial"
    },
    {
        "url": "/tutorials/spy/mega-jump",
        "editor": "js",
        "cardType": "tutorial"
    }]
 }, 
 {
    "name": "Super Digger",
    "imageUrl":"https://pxt.azureedge.net/blob/ff30b49dcf643d0f87d2a0f5507bf18b4285ef1b/static/mods/super-digger.jpg",
    "url": "/tutorials/super-digger",
    "cardType": "tutorial",
    "description": "Go mining and dig up a lot of blocks.",
    "otherActions": [{
        "url": "/tutorials/python/super-digger",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/super-digger",
        "editor": "js",
        "cardType": "tutorial"
    }]
 },
 {
    "name": "Super Powers",
    "imageUrl":"https://pxt.azureedge.net/blob/5956a4149e9288cc5973f28d6c8e917e417fdb38/static/mods/super-powers.jpg",
    "url": "/tutorials/super-powers",
    "cardType": "tutorial",
    "description": "Try out some amazing super powers that you can give to yourself.",
    "otherActions": []
 }, 
 {
    "name": "Fast Forward",
    "imageUrl":"https://pxt.azureedge.net/blob/19a5fa54d1cca692c74eacf1acfbb86ec9a34957/static/mods/fast-forward.jpg",
    "url": "/tutorials/fast-forward",
    "description": "Take control of time!",
    "cardType": "tutorial",
    "otherActions": [{
        "url": "/tutorials/python/fast-forward",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/fast-forward",
        "editor": "js",
        "cardType": "tutorial"
    }]
 },
 {
    "name": "Walk On Water",
    "imageUrl":"https://pxt.azureedge.net/blob/574992c094294fa5f5335d1aa500647ccd077d2c/static/tutorials/walk-on-water.jpg",
    "url": "/tutorials/walk-on-water",
    "description": "See if you can walk on water, don't get your feet wet",
    "cardType": "tutorial",
    "otherActions": []
 }
]