Split projects (#1194)
* split projets into multiple categories * split games * bring back example
This commit is contained in:
36
docs/projects/radio-games.md
Normal file
36
docs/projects/radio-games.md
Normal 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"
|
||||
}]
|
||||
```
|
Reference in New Issue
Block a user