pxt-calliope/docs/projects/radio-games.md

68 lines
2.2 KiB
Markdown
Raw Normal View History

# Radio Games
Here are some cool projects that you can build with your @boardname@!
## Multiplayer Games
```codecard
[{
"name": "Multi Dice",
"url": "/projects/multi-dice",
"description": "Compete with multiple dices",
"imageUrl": "/static/mb/projects/multi-dice.png",
"cardType": "tutorial"
}, {
"name": "Mood Radio",
"url": "/projects/mood-radio",
"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"
}, {
"name": "Tele-potato",
"url": "/projects/tele-potato",
"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"
}, {
"name": "Fireflies",
"url": "/projects/fireflies",
"description": "Simulate fireflies with micro:bits, try it in the dark!",
"imageUrl": "/static/mb/projects/fireflies.png"
}, {
"name": "Hot or Cold",
"url": "/projects/hot-or-cold",
"description": "Find the hidden player by seeing if your close or not.",
"imageUrl": "/static/mb/projects/hot-or-cold.jpg"
}, {
"name": "Red Light Green Light",
"url": "/projects/red-light-green-light",
"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"
}, {
"name": "Voting Machine",
"url": "/projects/voting-machine",
"description": "Send in your vote and be counted, YES or NO!",
"imageUrl": "/static/mb/projects/voting-machine.png"
}, {
"name": "Rock Paper Scissors Teams",
"url": "/projects/rps-teams",
"description": "The Rock-Paper-Scissors game with lots and lots of players.",
"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"
}, {
"name": "Infection",
"url": "/projects/infection",
"description": "An epidemic has broken out, see who will survive.",
"imageUrl": "/static/mb/projects/infection.png"
}, {
"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"
}]
```