Red light green light radio game (#1438)

* added new game

* added suggestion

* updated summary

* added tips

* RSSI info
This commit is contained in:
Peli de Halleux
2018-10-16 10:27:42 -07:00
committed by GitHub
parent 920b30a304
commit 55f36d2f5f
4 changed files with 223 additions and 5 deletions

View File

@ -28,16 +28,16 @@ Here are some cool projects that you can build with your @boardname@!
"url": "/projects/fireflies",
"description": "Simulate fireflies with micro:bits, try it in the dark!",
"imageUrl": "/static/mb/projects/fireflies.png"
}, {
"name": "Infection",
"url": "/projects/infection",
"description": "An epidemic has broken out, see who will survive.",
"imageUrl": "/static/mb/projects/infection.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 @boardname@.",
"imageUrl": "/static/mb/projects/red-light-green-light.png",
}, {
"name": "Voting Machine",
"url": "/projects/voting-machine",
@ -48,5 +48,10 @@ Here are some cool projects that you can build with your @boardname@!
"url": "/projects/rps-teams",
"description": "The Rock-Paper-Scissors game with lots and lots of players.",
"imageUrl": "/static/mb/projects/rpsteams.png"
}, {
"name": "Infection",
"url": "/projects/infection",
"description": "An epidemic has broken out, see who will survive.",
"imageUrl": "/static/mb/projects/infection.png"
}]
```