pxt-arcade/docs/js-templates.md

645 B

JavaScript project templates

These templates show up in the Visual Studio Code extension when you use the "Create Empty Project" command.

Fun stuff

[
    {
        "name": "Platformer Template",
        "description": "A simple platformer project with a Tilemap and enemies",
        "url": "https://makecode.com/_2fPCkKC1k4hM",
        "cardType": "sharedExample"
    },
    {
        "name": "Flapping Bird Template",
        "description": "Classic arcade-style gameplay with an Animation and dynamically drawn Sprites",
        "url": "https://makecode.com/_fHvMM6fXvW9i",
        "cardType": "sharedExample"
    }
]