pxt-calliope/docs/projects/games.md

50 lines
1.6 KiB
Markdown
Raw Normal View History

# Games
Here are some cool game projects that you can build with your @boardname@!
## Fun games
Fun games to build with your @boardname@.
```codecard
[{
"name": "Rock Paper Scissors",
"url":"/projects/rock-paper-scissors",
"description": "Make the Rock-Paper-Scissors game on your micro:bit and challenge your friends.",
"imageUrl":"/static/mb/projects/a4-motion.png",
"cardType": "tutorial"
}, {
"name": "Coin Flipper",
"url":"/projects/coin-flipper",
"description": "Guess the coin toss and see if you're lucky.",
"imageUrl": "/static/mb/projects/coin-flipper.png",
"cardType": "tutorial"
}, {
"name": "Reaction Time",
"url":"/projects/reaction-time",
"description": "Make a reaction time experiment that responds to your body's conductivity!",
"imageUrl":"/static/mb/projects/reaction.jpg"
}, {
"name": "Magic Button Trick",
"url":"/projects/magic-button-trick",
"description": "Build a magic trick that uses the compass to detect a nearby magnet!",
"imageUrl":"/static/mb/projects/magic-button-trick.png"
2018-09-14 20:22:08 +02:00
}, {
"name": "Snap the dot",
"url": "/projects/snap-the-dot",
"description": "Use the game blocks to create a skill game",
2018-09-14 23:10:13 +02:00
"imageUrl": "/static/mb/projects/snap-the-dot.png",
"cardType": "tutorial"
}, {
"name": "Salute!",
"url":"/projects/salute",
"description": "Using simple math, try to guess the other player's micro:bit card.",
"imageUrl":"/static/mb/projects/salute.png"
}, {
"name": "Karel the LED",
"description": "Karel likes to draw, help Karel make LED art!",
"url": "/projects/karel",
"imageUrl": "/static/mb/projects/karel.png"
}]
```