Builder Examples

Beginner

[{
    "name": "Builder Wall",
    "description": "A wall builder mod.",
    "imageUrl":"https://pxt.azureedge.net/blob/59b2a4ef8cde773859f03d5b45121a8ff09d1e60/static/mods/builder-wall.jpg",
    "url": "/examples/builder-wall",
    "cardType": "example",
    "otherActions": []
}]

Intermediate

[{
    "name": "3D Axis",
    "description": "A giant 3D Axis.",
    "imageUrl": "https://pxt.azureedge.net/blob/f804551c806485b2aeca2d316ef5fcf0ca8b0e18/static/mods/3d-axis.jpg",
    "url": "/examples/3d-axis",
    "cardType": "example",
    "otherActions": []
},{
    "name": "Compass",
    "description": "A giant compass.",
    "imageUrl": "https://pxt.azureedge.net/blob/5d7b1371543015585aafff14ca0955bc8580577c/static/mods/compass.jpg",
    "url": "/examples/compass",
    "cardType": "example",
    "otherActions": []
},{
    "name": "Positions",
    "description": "Learn how to use the different position blocks.",
    "imageUrl": "https://pxt.azureedge.net/blob/d96e7deb3a9b49655277b8eb92c0ad313545ebd5/static/examples/positions.png",
    "url": "/examples/positions",
    "cardType": "tutorial",
    "otherActions": []
}]

Advanced

[{
    "name": "Build a House",
    "description": "Learn how to make a building with code.",
    "imageUrl":"https://pxt.azureedge.net/blob/11eafd41a373fcd8950f52f17b42dfab845a1892/static/mods/house.jpg",
    "url": "/examples/house-builder",
    "cardType": "example",
    "otherActions": []
}, {
    "name": "TNT Cannon",
    "description": "Learn how to make a cannon with redstone and TNT.",
    "imageUrl":"https://pxt.azureedge.net/blob/2847ee4e97831521d618c57058d5695e49139e58/static/mods/cannon.jpg",
    "url": "/examples/tnt-cannon",
    "cardType": "example",
    "otherActions": []
}]