pxt-arcade/docs/blocks-games.md

4.5 KiB

Block Games

Here are some fun programs for your @boardname@!

Fun stuff

[
    {
        "name": "Falling Duck",
        "description": "Avoid the trees and go for a high score!",
        "url":"/blocks-games/duck",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/duck.png",
        "largeImageUrl": "/static/blocks-games/duck.gif",
        "videoUrl": "/static/blocks-games/duck.mp4"
    },
    {
        "name": "Space Destroyer",
        "description": "Destroy the Asteroids",
        "url":"/blocks-games/space-destroyer",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/space-destroyer.png",
        "largeImageUrl": "/static/blocks-games/space-destroyer.gif",
        "videoUrl": "/static/blocks-games/space-destroyer.mp4"
    },
    {
        "name": "Jumpy Platformer",
        "description": "A short platformer game with tilemap levels",
        "url": "/blocks-games/jumpy-platformer",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/jumpy-platformer.png",
        "largeImageUrl": "/static/blocks-games/jumpy-platformer.gif",
        "videoUrl": "/static/blocks-games/jumpy-platformer.mp4"
    },
    {
        "name": "Hot Air Balloon",
        "description": "Fly a hot air balloon past mountains and obstacles",
        "url": "/blocks-games/hot-air-balloon",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/hot-air-balloon.png",
        "largeImageUrl": "/static/blocks-games/hot-air-balloon.gif",
        "videoUrl": "/static/blocks-games/hot-air-balloon.mp4"
    },
    {
        "name": "Bunny Hop",
        "description": "Help your bunny get through the forest by jumping over the trees and stumps",
        "url": "/blocks-games/bunny-hop",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/bunny-hop.png",
        "largeImageUrl": "/static/blocks-games/bunny-hop.gif",
        "videoUrl": "/static/blocks-games/bunny-hop.mp4"
    },
    {
        "name": "Eat the Fruit",
        "description": "Don't get hit by the flying junk food",
        "url":"/blocks-games/eat-the-fruit",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/eat-the-fruit.png",
        "largeImageUrl": "/static/blocks-games/eat-the-fruit.gif",
        "videoUrl": "/static/blocks-games/eat-the-fruit.mp4"
    },
    {
        "name": "Cat Jumper",
        "description": "Make the cat leap to each level and collect all the coins",
        "url": "/blocks-games/cat-jumper",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/cat-platformer.png",
        "largeImageUrl": "/static/blocks-games/cat-platformer.gif",
        "videoUrl": "/static/blocks-games/cat-platformer.mp4"
    },
    {
        "name": "Level Up!",
        "description": "Eat your food to level up",
        "url":"/blocks-games/level-game",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/level-game.png",
        "largeImageUrl": "/static/blocks-games/level-game.gif",
        "videoUrl": "/static/blocks-games/level-game.mp4"
    },
    {
        "name": "Memory",
        "description": "How well can you remember the sequence?",
        "url":"/blocks-games/memory",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/memory.png",
        "largeImageUrl": "/static/blocks-games/memory.gif",
        "videoUrl": "/static/blocks-games/memory.mp4"
    },
    {
        "name": "Catch",
        "description": "Don't let the balls hit the floor",
        "url":"/blocks-games/catch",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/catch-game.png",
        "largeImageUrl": "/static/blocks-games/catch-game.gif",
        "videoUrl": "/static/blocks-games/catch-game.mp4"
    },
    {
        "name": "Eater Princess",
        "description": "Feed the princess",
        "url":"/blocks-games/eater-princess",
        "cardType": "example",
        "imageUrl": "/static/blocks-games/eater-princess.png",
        "largeImageUrl": "/static/blocks-games/eater-princess.gif",
        "videoUrl": "/static/blocks-games/eater-princess.mp4"
    }
]

See also

Falling Duck, Space Destroyer, Jumpy Platformer, Hot Air Balloon, Eat the Fruit, Level Up!, Memory, Catch, Eater Princess