pxt-calliope/docs/projects/radio-games.md
Galen Nickel efa4553376 Adapt the TEALS 'Best Friends' game (#1948)
* Adapt the TEALS 'Best Friends' game

* animate friend expressions

* free hand packet box

* missing paren in examples

* better avatar message

* use just on sim block
2019-04-01 13:23:24 -07:00

2.2 KiB

Radio Games

Here are some cool projects that you can build with your @boardname@!

Multiplayer Games

[{
  "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",
  "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",
  "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.",
  "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"
}, {
  "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"
}]