JavaScript Games

Here are some fun programs for your Arcade!

Fun stuff

[
    {
        "name": "Planet Putt Putt",
        "description": "Golf your way through the galaxy",
        "url":"/javascript-games/planet-putt-putt",
        "cardType": "codeExample",
        "imageUrl": "/docs/static/javascript-games/planet-putt-putt.png",
        "largeImageUrl": "/docs/static/javascript-games/planet-putt-putt.gif",
        "videoUrl": "/docs/static/javascript-games/planet-putt-putt.mp4"
    },
    {
        "name": "Darker Duck",
        "description": "A remix of Falling Duck with custom lighting effects",
        "url": "/javascript-games/darker-duck",
        "cardType": "codeExample",
        "imageUrl": "/docs/static/javascript-games/darker-duck.png",
        "largeImageUrl": "/docs/static/javascript-games/darker-duck.gif",
        "videoUrl": "/docs/static/javascript-games/darker-duck.mp4"
    },
    {
        "name": "Ping!",
        "description": "Return the ball with the paddle in this 0-2 player game of ping-pong",
        "url": "/javascript-games/ping",
        "cardType": "codeExample",
        "imageUrl": "/docs/static/javascript-games/ping.png",
        "largeImageUrl": "/docs/static/javascript-games/ping.gif",
        "videoUrl": "/docs/static/javascript-games/ping.mp4"
    },
    {
        "name": "Delivery",
        "description": "Get those packages to delivered but be quick or you'll miss the address!",
        "url": "/javascript-games/delivery",
        "cardType": "codeExample",
        "imageUrl": "/docs/static/javascript-games/delivery.png",
        "largeImageUrl": "/docs/static/javascript-games/delivery.gif",
        "videoUrl": "/docs/static/javascript-games/delivery.mp4"
    },
    {
        "name": "Caterpillar",
        "description": "Collect leaves to feed the caterpillar",
        "url": "/javascript-games/caterpillar",
        "cardType": "codeExample",
        "imageUrl": "/docs/static/javascript-games/caterpillar.png",
        "largeImageUrl": "/docs/static/javascript-games/caterpillar.gif",
        "videoUrl": "/docs/static/javascript-games/caterpillar.mp4"
    },
    {
        "name": "Five Second Games",
        "description": "A collection of five second games created in the first MakeCode Arcade Game Jam",
        "url": "/javascript-games/five-second-games",
        "cardType": "codeExample",
        "imageUrl": "/docs/static/javascript-games/five-second-games.png",
        "largeImageUrl": "/docs/static/javascript-games/five-second-games.gif",
        "videoUrl": "/docs/static/javascript-games/five-second-games.mp4"
    },
    {
        "name": "Cube Land",
        "description": "Save the Cube Lad from the Cube Lord in Cube Land",
        "url":"/javascript-games/cube-land",
        "cardType": "codeExample",
        "imageUrl": "/docs/static/javascript-games/cube-land.png"
    },
    {
        "name": "Particle Effects Demo",
        "description": "A demonstration of ramped up particle effects",
        "url":"/javascript-games/particle-effects-demo",
        "cardType": "codeExample",
        "imageUrl": "/docs/static/javascript-games/particle-effects-demo.png",
        "largeImageUrl": "/docs/static/javascript-games/particle-effects-demo.gif",
        "videoUrl": "/docs/static/javascript-games/particle-effects-demo.mp4"
    },
    {
        "name": "Guess the Letter",
        "description": "Try and guess the letter",
        "url":"/javascript-games/guess-the-letter",
        "cardType": "codeExample",
        "imageUrl": "/docs/static/javascript-games/guess-the-letter.png"
    },
    {
        "name": "Bouncer Bucket",
        "description": "Try to catch the bouncing balls in your bucket",
        "url":"/javascript-games/bouncer-bucket",
        "cardType": "codeExample",
        "imageUrl": "/docs/static/javascript-games/bouncer-bucket.png",
        "largeImageUrl": "/docs/static/javascript-games/bouncer-bucket.gif",
        "videoUrl": "/docs/static/javascript-games/bouncer-bucket.mp4"
    }
]

See also

Planet Putt Putt, Darker Duck, Ping!, Caterpillar, Cube Land, Particle Effects Demo, Guess the Letter, Bouncer Bucket