74 lines
2.3 KiB
Markdown
74 lines
2.3 KiB
Markdown
|
# 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": "/docs/calliope/tutorials/01_flashing_heart.gif",
|
||
|
"largeImageUrl": "",
|
||
|
"cardType": "tutorial",
|
||
|
"label": "",
|
||
|
"labelClass": "purple ribbon large"
|
||
|
}, {
|
||
|
"name": "Name Tag",
|
||
|
"description": "Scroll your name on the screen",
|
||
|
"imageUrl": "/docs/calliope/tutorials/02_nametag.gif",
|
||
|
"url": "/projects/name-tag",
|
||
|
"cardType": "tutorial"
|
||
|
}, {
|
||
|
"name": "Smiley Buttons",
|
||
|
"url":"/projects/smiley-buttons",
|
||
|
"description": "Show different smiley images by pressing the buttons.",
|
||
|
"imageUrl": "/docs/calliope/tutorials/03_smiley_button.gif",
|
||
|
"largeImageUrl": "",
|
||
|
"cardType": "tutorial"
|
||
|
}, {
|
||
|
"name": "Dice",
|
||
|
"url":"/projects/dice",
|
||
|
"description": "Shake the dice and see what number comes up!",
|
||
|
"imageUrl": "/docs/calliope/tutorials/04_dice.gif",
|
||
|
"cardType": "tutorial"
|
||
|
}, {
|
||
|
"name": "Love Meter",
|
||
|
"url":"/projects/love-meter",
|
||
|
"description": "The @boardname@ is feeling the love, see how much!",
|
||
|
"imageUrl":"/docs/calliope/tutorials/05_love_meter.gif",
|
||
|
"cardType": "tutorial"
|
||
|
}, {
|
||
|
"name": "Mini Chat",
|
||
|
"url":"/projects/mini-chat",
|
||
|
"description": "Build your own social network made of minis.",
|
||
|
"imageUrl": "/docs/calliope/tutorials/06_mini_chat.gif",
|
||
|
"cardType": "tutorial"
|
||
|
}, {
|
||
|
"name": "Rock Paper Scissors",
|
||
|
"url":"/projects/rock-paper-scissors",
|
||
|
"description": "Make the Rock-Paper-Scissors game on your @boardname@ and challenge your friends.",
|
||
|
"imageUrl":"/docs/calliope/tutorials/07_stone_paper_scissors.gif",
|
||
|
"cardType": "tutorial"
|
||
|
}, {
|
||
|
"name": "Coin Flipper",
|
||
|
"url":"/projects/coin-flipper",
|
||
|
"description": "Guess the coin toss and see if you're lucky.",
|
||
|
"imageUrl": "/docs/calliope/tutorials/08_coin_flipper.gif",
|
||
|
"cardType": "tutorial"
|
||
|
}, {
|
||
|
"name": "Snap the dot",
|
||
|
"url": "/projects/snap-the-dot",
|
||
|
"description": "Use the game blocks to create a skill game",
|
||
|
"imageUrl": "/docs/calliope/tutorials/09_snap_the_dot.gif",
|
||
|
"cardType": "tutorial"
|
||
|
}, {
|
||
|
"name": "Multi Dice",
|
||
|
"url": "/projects/multi-dice",
|
||
|
"description": "Compete with multiple dices",
|
||
|
"imageUrl": "/docs/calliope/tutorials/10_multi_dice.gif",
|
||
|
"cardType": "tutorial"
|
||
|
}
|
||
|
]
|
||
|
```
|