45 lines
1.3 KiB
Markdown
45 lines
1.3 KiB
Markdown
# Brick Tutorials
|
|
|
|
## Tutorials
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Wake Up!",
|
|
"description": "Show different moods on the screen. Is it tired, sleepy, or awake?",
|
|
"cardType": "tutorial",
|
|
"url":"/tutorials/wake-up",
|
|
"imageUrl":"/static/tutorials/wake-up.png"
|
|
}, {
|
|
"name": "Make an Animation",
|
|
"description": "Create a custom animation on your EV3 Brick Display.",
|
|
"cardType": "tutorial",
|
|
"url":"/tutorials/make-an-animation",
|
|
"imageUrl":"/static/tutorials/make-an-animation.png"
|
|
}, {
|
|
"name": "What Animal Am I?",
|
|
"description": "Create different animal effects and have someone guess what the animal is.",
|
|
"cardType": "tutorial",
|
|
"url":"/tutorials/what-animal-am-i",
|
|
"imageUrl":"/static/tutorials/what-animal-am-i.png"
|
|
}, {
|
|
"name": "Music Brick",
|
|
"description": "Transform the brick into a musical instrument!",
|
|
"cardType": "tutorial",
|
|
"url":"/tutorials/music-brick",
|
|
"imageUrl":"/static/tutorials/music-brick.png"
|
|
}, {
|
|
"name": "Pause On Start",
|
|
"description": "Don't start running immediately!",
|
|
"cardType": "tutorial",
|
|
"url":"/tutorials/pause-on-start",
|
|
"imageUrl":"/static/tutorials/pause-on-start.png"
|
|
}]
|
|
```
|
|
|
|
## See Also
|
|
|
|
[Wake Up!](/tutorials/wake-up),
|
|
[Make An Animation](/tutorials/make-an-animation),
|
|
[What Animal Am I?](/tutorials/what-animal-am-i),
|
|
[Music Brick](/tutorials/music-brick),
|