2018-05-21 14:08:47 -07:00
|
|
|
# Projects
|
|
|
|
|
|
|
|
Here are some cool tutorials to get you started with your @boardname@!
|
|
|
|
|
2018-06-21 16:02:19 -07:00
|
|
|
## Basic
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Flashing Heart",
|
|
|
|
"url":"/projects/flashing-heart",
|
2018-09-13 07:03:14 -07:00
|
|
|
"description": "Make an animated flashing heart.",
|
2018-06-21 16:02:19 -07:00
|
|
|
"imageUrl": "/static/mb/projects/a1-display.png",
|
2018-12-02 07:58:43 -08:00
|
|
|
"largeImageUrl": "/static/mb/projects/flashing-heart/sim.gif",
|
2018-10-08 16:40:11 -07:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"label": "New? Start Here!",
|
|
|
|
"labelClass": "purple ribbon large"
|
2018-09-07 15:02:15 -07:00
|
|
|
}, {
|
|
|
|
"name": "Name Tag",
|
|
|
|
"description": "Scroll your name on the screen",
|
|
|
|
"imageUrl": "/static/mb/projects/name-tag.png",
|
|
|
|
"url": "/projects/name-tag",
|
|
|
|
"cardType": "tutorial"
|
2018-06-21 16:02:19 -07:00
|
|
|
}, {
|
|
|
|
"name": "Smiley Buttons",
|
|
|
|
"url":"/projects/smiley-buttons",
|
2018-09-13 07:03:14 -07:00
|
|
|
"description": "Show different smiley images by pressing the buttons.",
|
2018-06-21 16:02:19 -07:00
|
|
|
"imageUrl": "/static/mb/projects/a2-buttons.png",
|
2018-12-02 07:58:43 -08:00
|
|
|
"largeImageUrl": "/static/mb/projects/smiley-buttons/sim.gif",
|
2018-06-21 16:02:19 -07:00
|
|
|
"cardType": "tutorial"
|
|
|
|
}, {
|
2018-09-09 21:24:50 -07:00
|
|
|
"name": "Dice",
|
|
|
|
"url":"/projects/dice",
|
2018-09-13 07:03:14 -07:00
|
|
|
"description": "Shake the dice and see what number comes up!",
|
2018-09-09 21:24:50 -07:00
|
|
|
"imageUrl": "/static/mb/projects/dice.png",
|
2018-06-21 16:02:19 -07:00
|
|
|
"cardType": "tutorial"
|
|
|
|
}, {
|
|
|
|
"name": "Love Meter",
|
|
|
|
"url":"/projects/love-meter",
|
2018-09-13 07:03:14 -07:00
|
|
|
"description": "Is the micro:bit is feeling the love, see how much!",
|
2018-06-21 16:02:19 -07:00
|
|
|
"imageUrl":"/static/mb/projects/a3-pins.png",
|
|
|
|
"cardType": "tutorial"
|
2018-09-09 21:24:50 -07:00
|
|
|
}, {
|
2018-10-15 09:19:34 -07:00
|
|
|
"name": "Micro Chat",
|
|
|
|
"url":"/projects/micro-chat",
|
2018-10-21 00:20:08 -07:00
|
|
|
"description": "Build your own social network made of micro:bits.",
|
2018-10-15 09:19:34 -07:00
|
|
|
"imageUrl": "/static/mb/projects/a9-radio.png",
|
2018-09-09 21:24:50 -07:00
|
|
|
"cardType": "tutorial"
|
2018-06-21 16:02:19 -07:00
|
|
|
}]
|
2018-05-21 14:08:47 -07:00
|
|
|
```
|