2018-09-07 21:58:40 +02:00
|
|
|
# Radio Games
|
|
|
|
|
|
|
|
Here are some cool projects that you can build with your @boardname@!
|
|
|
|
|
|
|
|
## Multiplayer Games
|
2018-09-13 16:03:14 +02:00
|
|
|
|
2018-09-07 21:58:40 +02:00
|
|
|
```codecard
|
|
|
|
[{
|
2018-10-15 16:03:23 +02:00
|
|
|
"name": "Multi Dice",
|
|
|
|
"url": "/projects/multi-dice",
|
|
|
|
"description": "Compete with multiple dices",
|
|
|
|
"imageUrl": "/static/mb/projects/multi-dice.png",
|
|
|
|
"cardType": "tutorial"
|
|
|
|
}, {
|
2018-09-07 21:58:40 +02:00
|
|
|
"name": "Mood Radio",
|
|
|
|
"url": "/projects/mood-radio",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Send a mood message to your friends",
|
2018-09-17 18:02:09 +02:00
|
|
|
"imageUrl": "/static/mb/projects/mood-radio.png",
|
|
|
|
"cardType": "side"
|
2018-09-07 21:58:40 +02:00
|
|
|
}, {
|
|
|
|
"name": "Tele-potato",
|
|
|
|
"url": "/projects/tele-potato",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Play a radio version of the hot potato game",
|
2018-09-17 18:02:09 +02:00
|
|
|
"imageUrl": "/static/mb/projects/tele-potato.png",
|
|
|
|
"cardType": "side"
|
2018-09-07 21:58:40 +02:00
|
|
|
}, {
|
|
|
|
"name": "Fireflies",
|
|
|
|
"url": "/projects/fireflies",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Simulate fireflies with micro:bits, try it in the dark!",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl": "/static/mb/projects/fireflies.png"
|
|
|
|
}, {
|
|
|
|
"name": "Hot or Cold",
|
|
|
|
"url": "/projects/hot-or-cold",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Find the hidden player by seeing if your close or not.",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl": "/static/mb/projects/hot-or-cold.jpg"
|
2018-10-16 19:27:42 +02:00
|
|
|
}, {
|
|
|
|
"name": "Red Light Green Light",
|
|
|
|
"url": "/projects/red-light-green-light",
|
2018-10-26 17:25:10 +02:00
|
|
|
"description": "Play the classic game with your micro:bit.",
|
2018-10-16 19:31:16 +02:00
|
|
|
"imageUrl": "/static/mb/projects/red-light-green-light.png"
|
2018-09-07 21:58:40 +02:00
|
|
|
}, {
|
|
|
|
"name": "Voting Machine",
|
|
|
|
"url": "/projects/voting-machine",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Send in your vote and be counted, YES or NO!",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl": "/static/mb/projects/voting-machine.png"
|
|
|
|
}, {
|
|
|
|
"name": "Rock Paper Scissors Teams",
|
|
|
|
"url": "/projects/rps-teams",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "The Rock-Paper-Scissors game with lots and lots of players.",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl": "/static/mb/projects/rpsteams.png"
|
2018-10-26 09:10:41 +02:00
|
|
|
}, {
|
|
|
|
"name": "Micro:Coin",
|
|
|
|
"url": "/projects/micro-coin",
|
|
|
|
"description": "A block-chain for micro:bit",
|
|
|
|
"imageUrl": "/static/mb/projects/micro-coin.png"
|
2018-10-16 19:27:42 +02:00
|
|
|
}, {
|
|
|
|
"name": "Infection",
|
|
|
|
"url": "/projects/infection",
|
|
|
|
"description": "An epidemic has broken out, see who will survive.",
|
|
|
|
"imageUrl": "/static/mb/projects/infection.png"
|
2019-04-01 22:23:24 +02:00
|
|
|
}, {
|
|
|
|
"name": "Best Friends",
|
|
|
|
"url": "/projects/best-friends",
|
|
|
|
"description": "Your best friend is out there, play this game and go find them.",
|
|
|
|
"imageUrl": "/static/mb/projects/best-friends.png"
|
2018-09-07 21:58:40 +02:00
|
|
|
}]
|
|
|
|
```
|