Agent Examples

Beginner

[{
    "name": "Agent Dig",
    "imageUrl":"https://pxt.azureedge.net/blob/991ed5f305389fed8fecfb421b61f1064e3f3921/static/mods/agent-dig.jpg",
    "description": "Learn to program your agent by digging a hole!",
    "url": "/examples/agent-dig",
    "cardType": "example",
    "otherActions": []
}, {
    "name": "Agent Wall",
    "imageUrl":"https://pxt.azureedge.net/blob/048429565b74bc69a7db37f65f8eb6cc6af8d189/static/mods/agent-wall.jpg",
    "description": "Go back and forth to build a wall",
    "url": "/examples/agent-wall",
    "cardType": "example",
    "otherActions": []
}, {
    "name": "Agent Tower",
    "imageUrl":"https://pxt.azureedge.net/blob/8dae64f798dedb79107cf2d949242ac1834a3070/static/mods/agent-tower.jpg",
    "description": "Build towers!",
    "url": "/examples/agent-tower",
    "cardType": "example",
    "otherActions": []
}, {
    "name": "Agent Farm",
    "imageUrl":"https://pxt.azureedge.net/blob/3b68e9632cee9c30b4c28e7ff66ef14efa3f0f95/static/mods/agent-farm.jpg",
    "description": "Farm the ground and see a harvest!",
    "url": "/tutorials/agent-farm",
    "cardType": "tutorial",
    "otherActions": [{
        "url": "/tutorials/python/agent-farm",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/agent-farm",
        "editor": "js",
        "cardType": "tutorial"
    }]
}, {
    "name": "Agent Fence",
    "imageUrl":"https://pxt.azureedge.net/blob/b807d07c2a492530b2f4dd25d88b1c1939d5cfd7/static/mods/agent-fence.jpg",
    "description": "Build a fence to protect your area!",
    "url": "/tutorials/agent-fence",
    "cardType": "tutorial",
    "otherActions": [{
        "url": "/tutorials/python/agent-fence",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/agent-fence",
        "editor": "js",
        "cardType": "tutorial"
    }]
}]

Intermediate

[{
    "name": "Agent Checkers",
    "imageUrl":"https://pxt.azureedge.net/blob/841037330dad1187b70c7549037346501c37c266/static/mods/agent-checkers.jpg",
    "url": "/examples/agent-checkers",
    "description": "Build a checkers board with the Agent",
    "cardType": "example",
    "otherActions": []
}, {
    "name": "Agent Wanderer",
    "imageUrl":"https://pxt.azureedge.net/blob/25a8100baa8fdf95b8ff12f4a6b7fbf323310007/static/mods/agent-wanderer.jpg",
    "url": "/examples/agent-wanderer",
    "description": "The Agent is wandering randomly",
    "cardType": "example",
    "otherActions": []
}]

Advanced

[{
    "name": "Agent Pyramid",
    "imageUrl":"https://pxt.azureedge.net/blob/df6079e55df156894ada30dc4d88a2f3b1e950f9/static/mods/agent-pyramid.jpg",
    "url": "/examples/agent-pyramid",
    "description": "Pyramids everywhere with the agent!",
    "cardType": "example",
    "otherActions": []
}, {
    "name": "Hilbert Fractals",
    "imageUrl":"https://pxt.azureedge.net/blob/366455cfa573d71b91052145a12d9208911e832e/static/mods/hilbert-fractals.jpg",
    "description": "A fun maze-like fractal built with the agent.",
    "url": "/examples/hilbert-fractals",
    "cardType": "codeExample",
    "otherActions": [{
        "url": "/examples/hilbert-fractals",
        "editor": "py",
        "cardType": "codeExample"
    }]
}]