652abe0892
* adding images * fixed image path * half way through instructions * updating maker instructions * adding protection section * renaming making -> make * fixed link * added coding section * updated lessons * fix broken links
95 lines
2.3 KiB
Markdown
95 lines
2.3 KiB
Markdown
# Projects
|
|
|
|
Here are some cool projects that you can build with your @boardname@!
|
|
|
|
## Games
|
|
|
|
Fun games to build with your @boardname@.
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Flashing Heart",
|
|
"url":"/projects/flashing-heart",
|
|
"imageUrl": "/static/mb/projects/a1-display.png"
|
|
},{
|
|
"name": "Smiley Buttons",
|
|
"url":"/projects/smiley-buttons",
|
|
"imageUrl": "/static/mb/projects/a2-buttons.png"
|
|
},{
|
|
"name": "Love Meter",
|
|
"url":"/projects/love-meter",
|
|
"imageUrl":"/static/mb/projects/a3-pins.png"
|
|
},{
|
|
"name": "Rock Paper Scissors",
|
|
"url":"/projects/rock-paper-scissors",
|
|
"imageUrl":"/static/mb/projects/a4-motion.png"
|
|
},{
|
|
"name": "Magic Button Trick",
|
|
"url":"/projects/magic-button-trick",
|
|
"imageUrl":"/static/mb/projects/magic-button-trick.png"
|
|
}]
|
|
```
|
|
|
|
## Music
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Hack your headphones",
|
|
"url":"/projects/hack-your-headphones",
|
|
"imageUrl":"/static/mb/projects/a6-music.png"
|
|
}, {
|
|
"name": "Banana keyboard",
|
|
"url":"/projects/banana-keyboard",
|
|
"imageUrl":"/static/mb/projects/a7-conductive.png"
|
|
}, {
|
|
"name": "Guitar",
|
|
"url":"/projects/guitar",
|
|
"imageUrl":"/static/mb/projects/guitar.png"
|
|
}]
|
|
```
|
|
|
|
## Fashion
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Duct Tape Wallet",
|
|
"url":"/projects/wallet",
|
|
"imageUrl":"/static/mb/projects/wallet.png"
|
|
}, {
|
|
"name": "Watch",
|
|
"url":"/projects/the-watch",
|
|
"imageUrl":"/static/mb/projects/a10-watch.png"
|
|
}]
|
|
```
|
|
|
|
## Science and Engineering
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Timing gates",
|
|
"url":"/projects/timing-gates",
|
|
"imageUrl":"/static/mb/projects/timing-gates.jpg"
|
|
}]
|
|
```
|
|
|
|
## More
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Compass",
|
|
"url":"/projects/compass",
|
|
"imageUrl":"/static/mb/projects/a5-compass.png"
|
|
},{
|
|
"name": "Telegraph",
|
|
"url":"/projects/telegraph",
|
|
"imageUrl":"/static/mb/projects/a8-network.png"
|
|
},{
|
|
"name": "Radio",
|
|
"url":"/projects/radio",
|
|
"imageUrl":"/static/mb/projects/a9-radio.png"
|
|
}]
|
|
```
|
|
|
|
### See Also
|
|
|
|
[Flashing Heart](/projects/flashing-heart), [Smiley Buttons](/projects/smiley-buttons), [Love Meter](/projects/love-meter), [Rock Paper Scissors](/projects/rock-paper-scissors), [Compass](/projects/compass), [Hack your headphones](/projects/hack-your-headphones), [Banana keyboard](/projects/banana-keyboard), [Telegraph](/projects/telegraph), [Radio](/projects/radio), [Guitar](/projects/guitar), [Watch](/projects/the-watch) |