Tutorials - Builder

Building Tutorials

[{
    "name": "Billboard",
    "imageUrl":"https://pxt.azureedge.net/blob/e884134899d1366e264674d6f73d81bb6cb7b6f4/static/mods/billboard.jpg",
    "url": "/tutorials/billboard",
    "cardType": "tutorial",
    "description": "Print a big message.",
    "otherActions": [{
        "url": "/tutorials/python/billboard",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/billboard",
        "editor": "js",
        "cardType": "tutorial"
    }]
 },
 {
    "name": "Gold Stairs",
    "imageUrl":"https://pxt.azureedge.net/blob/c176330efcc49ac5673260203932f8873b094459/static/mods/gold-stairs.jpg",
    "description": "The first player to reach the top of the stairs wins.",
    "url": "/tutorials/gold-stairs",
    "cardType": "tutorial",
    "otherActions": [{
        "url": "/tutorials/python/gold-stairs",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/gold-stairs",
        "editor": "js",
        "cardType": "tutorial"
    }]
 },
 {
    "name": "Builder Wall",
    "imageUrl":"https://pxt.azureedge.net/blob/59b2a4ef8cde773859f03d5b45121a8ff09d1e60/static/mods/builder-wall.jpg",
    "url": "/tutorials/builder-wall",
    "cardType": "tutorial",
    "description": "Automate making a wall and other structures with the Builder.",
    "otherActions": []
 }
]