pxt-calliope/docs/tutorials.md

47 lines
1.4 KiB
Markdown
Raw Normal View History

# Projects
Here are some cool tutorials to get you started with your @boardname@!
## Basic
```codecard
[{
"name": "Flashing Heart",
"url":"/projects/flashing-heart",
"description": "Make an animated flashing heart.",
"imageUrl": "/static/mb/projects/a1-display.png",
2018-10-09 01:40:11 +02:00
"cardType": "tutorial",
"label": "New? Start Here!",
"labelClass": "purple ribbon large"
2018-09-08 00:02:15 +02:00
}, {
"name": "Name Tag",
"description": "Scroll your name on the screen",
"imageUrl": "/static/mb/projects/name-tag.png",
"url": "/projects/name-tag",
"cardType": "tutorial"
}, {
"name": "Smiley Buttons",
"url":"/projects/smiley-buttons",
"description": "Show different smiley images by pressing the buttons.",
"imageUrl": "/static/mb/projects/a2-buttons.png",
"cardType": "tutorial"
}, {
2018-09-10 06:24:50 +02:00
"name": "Dice",
"url":"/projects/dice",
"description": "Shake the dice and see what number comes up!",
2018-09-10 06:24:50 +02:00
"imageUrl": "/static/mb/projects/dice.png",
"cardType": "tutorial"
}, {
"name": "Love Meter",
"url":"/projects/love-meter",
"description": "Is the micro:bit is feeling the love, see how much!",
"imageUrl":"/static/mb/projects/a3-pins.png",
"cardType": "tutorial"
2018-09-10 06:24:50 +02:00
}, {
"name": "Coin Flipper",
"url":"/projects/coin-flipper",
"description": "Guess the coin toss and see if you're lucky.",
2018-09-10 06:24:50 +02:00
"imageUrl": "/static/mb/projects/coin-flipper.png",
"cardType": "tutorial"
}]
```