2018-04-04 00:45:11 +02:00
|
|
|
# Tutorials
|
|
|
|
|
|
|
|
## Tutorials
|
|
|
|
|
|
|
|
Step by step guide to coding your @boardname@.
|
|
|
|
|
2018-04-04 02:55:15 +02:00
|
|
|
|
2018-04-04 00:45:11 +02:00
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Wake Up Mindstorms",
|
|
|
|
"description": "Show different moods on your LEGO Mindstorms Brick. Is it tired, sleepy, or awake?",
|
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/wake-up",
|
|
|
|
"imageUrl":"/static/tutorials/wake-up.png"
|
2018-04-04 01:37:07 +02:00
|
|
|
}, {
|
|
|
|
"name": "Make An Animation",
|
|
|
|
"description": "Create a custom animation for your LEGO Mindstorms Brick.",
|
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/make-an-animation",
|
|
|
|
"imageUrl":"/static/tutorials/make-an-animation.png"
|
2018-04-04 02:55:15 +02:00
|
|
|
}, {
|
|
|
|
"name": "What Animal Am I?",
|
|
|
|
"description": "Create different animal sounds and have someone guess the what the animal is.",
|
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/what-animal-am-i",
|
|
|
|
"imageUrl":"/static/tutorials/what-animal-am-i.png"
|
2018-04-04 04:31:35 +02:00
|
|
|
}, {
|
|
|
|
"name": "Mindstorms Music",
|
|
|
|
"description": "Transform your LEGO Mindstorms Brick into a musical instrument!",
|
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/mindstorms-music",
|
|
|
|
"imageUrl":"/static/tutorials/mindstorms-music.png"
|
2018-04-04 05:53:35 +02:00
|
|
|
}, {
|
|
|
|
"name": "Run Motors",
|
|
|
|
"description": "Use the buttons to start and stop the large and medium motors.",
|
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/run-motors",
|
|
|
|
"imageUrl":"/static/tutorials/run-motors.png"
|
2018-04-04 06:33:53 +02:00
|
|
|
}, {
|
|
|
|
"name": "Touch to Run",
|
|
|
|
"description": "Press the Touch sensor and run a motor.",
|
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/touch-to-run",
|
|
|
|
"imageUrl":"/static/tutorials/touch-to-run.png"
|
2018-04-04 00:45:11 +02:00
|
|
|
}]
|
|
|
|
```
|