2018-09-07 21:58:40 +02:00
|
|
|
# Games
|
|
|
|
|
2018-09-13 16:03:14 +02:00
|
|
|
Here are some cool game projects that you can build with your @boardname@!
|
2018-09-07 21:58:40 +02:00
|
|
|
|
|
|
|
## Fun games
|
|
|
|
|
|
|
|
Fun games to build with your @boardname@.
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Rock Paper Scissors",
|
|
|
|
"url":"/projects/rock-paper-scissors",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Make the Rock-Paper-Scissors game on your micro:bit and challenge your friends.",
|
2018-10-17 00:58:27 +02:00
|
|
|
"imageUrl":"/static/mb/projects/a4-motion.png",
|
|
|
|
"cardType": "tutorial"
|
2018-09-07 21:58:40 +02:00
|
|
|
}, {
|
2018-10-15 18:19:34 +02:00
|
|
|
"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"
|
2018-09-07 21:58:40 +02:00
|
|
|
}, {
|
|
|
|
"name": "Reaction Time",
|
|
|
|
"url":"/projects/reaction-time",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Make a reaction time experiment that responds to your body's conductivity!",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl":"/static/mb/projects/reaction.jpg"
|
2018-10-15 18:19:34 +02:00
|
|
|
}, {
|
|
|
|
"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"
|
2018-09-07 21:58:40 +02:00
|
|
|
}, {
|
|
|
|
"name": "Salute!",
|
|
|
|
"url":"/projects/salute",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Using simple math, try to guess the other player's micro:bit card.",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl":"/static/mb/projects/salute.png"
|
|
|
|
}, {
|
|
|
|
"name": "Karel the LED",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Karel likes to draw, help Karel make LED art!",
|
2018-09-07 21:58:40 +02:00
|
|
|
"url": "/projects/karel",
|
|
|
|
"imageUrl": "/static/mb/projects/karel.png"
|
|
|
|
}]
|
|
|
|
```
|