Tutorials - Agent

Agent Tutorials

[{
    "name": "Agent Moves",
    "imageUrl":"https://pxt.azureedge.net/blob/119a01594d23b27653169ecc464ad24f3c277739/static/mods/agent-101.jpg",
    "url": "/tutorials/agent-moves",
    "cardType": "tutorial",
    "description": "Get the agent to go somewhere.",
    "otherActions": [{
        "url": "/tutorials/python/agent-moves",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/agent-moves",
        "editor": "js",
        "cardType": "tutorial"
    }]
 },
 {
    "name": "Agent Build",
    "imageUrl":"https://pxt.azureedge.net/blob/6a9cb619e718b217a0d07af5ee814f979a0e9706/static/mods/agent-build.jpg",
    "url": "/tutorials/agent-build",
    "cardType": "tutorial",
    "description": "The agent can really make stuff.",
    "otherActions": [{
        "url": "/tutorials/python/agent-build",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/agent-build",
        "editor": "js",
        "cardType": "tutorial"
    }]
 },
 {
    "name": "Agent Farm",
    "imageUrl":"https://pxt.azureedge.net/blob/ac15711eae5050ab3eb9a5e441efb5148204c1f7/static/tutorials/agent-farm.gif",
    "url": "/tutorials/agent-farm",
    "cardType": "tutorial",
    "description": "Farm the ground and see a harvest!",
    "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/ccddb24dd386876d50f63cd667711afdeccfdfb7/static/tutorials/agent-fence.gif",
    "url": "/tutorials/agent-fence",
    "cardType": "tutorial",
    "description": "Build a fence to protect your area!",
    "otherActions": [{
        "url": "/tutorials/python/agent-fence",
        "editor": "py",
        "cardType": "tutorial"
    },{
        "url": "/tutorials/spy/agent-fence",
        "editor": "js",
        "cardType": "tutorial"
    }]
  },
  {
    "name": "Agent Wall",
    "imageUrl":"https://pxt.azureedge.net/blob/d6e41cabb2191588def5f5a2049b039dd3c3e3eb/static/tutorials/agent-wall2.jpg",
    "url": "/tutorials/agent-wall",
    "cardType": "tutorial",
    "description": "Move the agent back and forth to build a wall",
    "otherActions": []
 }
]