Examples - Mobs and Agent

Mobs Examples

[{
    "name": "Bat Cave",
    "imageUrl":"https://pxt.azureedge.net/blob/d52cc6ddf8fc2b9ee3c34483bbbb2c11cbf21744/static/mods/bat-cave.jpg",
    "url": "/examples/bat-cave",
    "cardType": "example",
    "description": "Caves full of bats!"
 },
 {
    "name": "Fishing Day",
    "imageUrl":"https://pxt.azureedge.net/blob/c1ee0c0db93df158da6bd4eca65ab571df5cf4d5/static/mods/fishing-day.jpg",
    "url": "/examples/fishing-day",
    "cardType": "example",
    "description": "What a nice morning. Let's go fishing!"
 },
 {
    "name": "Ice Age",
    "imageUrl":"https://pxt.azureedge.net/blob/27e8fda6ae69e0fce092ef37fb471368a552b96a/static/mods/ice-age.jpg",
    "url": "/examples/ice-age",
    "cardType": "example",
    "description": "Free the fish from the ice!"
 }]

Agent Examples

 [{
    "name": "Wanderer",
    "imageUrl":"https://pxt.azureedge.net/blob/25a8100baa8fdf95b8ff12f4a6b7fbf323310007/static/mods/agent-wanderer.jpg",
    "url": "/examples/agent-wanderer",
    "cardType": "example",
    "description": "Make the Agent wander around randomly"
 },
 {
    "name": "Agent Pyramid",
    "imageUrl":"https://pxt.azureedge.net/blob/df6079e55df156894ada30dc4d88a2f3b1e950f9/static/mods/agent-pyramid.jpg",
    "url": "/examples/agent-pyramid",
    "cardType": "example",
    "description": "Build pyramids with the Agent"
 },
 {
    "name": "Hilbert Fractals",
    "imageUrl":"https://pxt.azureedge.net/blob/366455cfa573d71b91052145a12d9208911e832e/static/mods/hilbert-fractals.jpg",
    "url": "/examples/hilbert-fractals",
    "cardType": "example",
    "description": "Build maze-like fractals with the Agent"
 }]