Split projects (#1194)

* split projets into multiple categories

* split games

* bring back example
This commit is contained in:
Peli de Halleux
2018-09-07 12:58:40 -07:00
committed by GitHub
parent 7d137c3e38
commit eff228b75f
9 changed files with 178 additions and 95 deletions

View File

@ -0,0 +1,36 @@
# Radio Games
Here are some cool projects that you can build with your @boardname@!
## Multiplayer Games
```codecard
[{
"name": "Mood Radio",
"url": "/projects/mood-radio",
"imageUrl": "/static/mb/projects/mood-radio.png"
}, {
"name": "Tele-potato",
"url": "/projects/tele-potato",
"imageUrl": "/static/mb/projects/tele-potato.png"
}, {
"name": "Fireflies",
"url": "/projects/fireflies",
"imageUrl": "/static/mb/projects/fireflies.png"
}, {
"name": "Infection",
"url": "/projects/infection",
"imageUrl": "/static/mb/projects/infection.png"
}, {
"name": "Hot or Cold",
"url": "/projects/hot-or-cold",
"imageUrl": "/static/mb/projects/hot-or-cold.jpg"
}, {
"name": "Voting Machine",
"url": "/projects/voting-machine",
"imageUrl": "/static/mb/projects/voting-machine.png"
}, {
"name": "Rock Paper Scissors Teams",
"url": "/projects/rps-teams",
"imageUrl": "/static/mb/projects/rpsteams.png"
}]
```