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": "Infection",
|
|
|
|
"url": "/projects/infection",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "An epidemic has broken out, see who will survive.",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl": "/static/mb/projects/infection.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"
|
|
|
|
}, {
|
|
|
|
"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"
|
|
|
|
}]
|
|
|
|
```
|