pxt-calliope/docs/projects.md

95 lines
2.3 KiB
Markdown
Raw Normal View History

2016-06-24 18:41:51 +02:00
# Projects
2016-11-02 01:44:37 +01:00
Here are some cool projects that you can build with your @boardname@!
2016-06-11 05:39:30 +02:00
2016-10-04 00:18:20 +02:00
## Games
2016-11-02 01:44:37 +01:00
Fun games to build with your @boardname@.
2016-06-17 07:42:29 +02:00
```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",
2016-07-25 20:33:14 +02:00
"url":"/projects/love-meter",
2016-06-17 07:42:29 +02:00
"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"
2016-10-04 00:18:20 +02:00
}]
```
## Music
2016-10-04 00:18:20 +02:00
```codecard
[{
2016-06-17 07:42:29 +02:00
"name": "Hack your headphones",
"url":"/projects/hack-your-headphones",
"imageUrl":"/static/mb/projects/a6-music.png"
2016-10-04 00:18:20 +02:00
}, {
2016-06-17 07:42:29 +02:00
"name": "Banana keyboard",
"url":"/projects/banana-keyboard",
"imageUrl":"/static/mb/projects/a7-conductive.png"
2016-10-04 00:18:20 +02:00
}, {
"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"
2016-10-04 00:18:20 +02:00
}, {
"name": "Watch",
"url":"/projects/the-watch",
"imageUrl":"/static/mb/projects/a10-watch.png"
}]
```
## Science and Engineering
```codecard
[{
2016-10-04 00:18:20 +02:00
"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"
2016-06-17 07:42:29 +02:00
},{
"name": "Telegraph",
"url":"/projects/telegraph",
"imageUrl":"/static/mb/projects/a8-network.png"
},{
"name": "Radio",
"url":"/projects/radio",
"imageUrl":"/static/mb/projects/a9-radio.png"
}]
```
2016-06-11 05:39:30 +02:00
2016-08-10 22:10:40 +02:00
### See Also
2016-10-04 00:18:20 +02:00
[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)