pxt-ev3/docs/tutorials.md
Galen Nickel ac81067f82
Tutorial format and macro fixes (#425)
* Tutorial format and macro fixes

* Remove branded names
2018-04-04 15:12:55 -07:00

1.6 KiB

Tutorials

Tutorials

Step by step guides to coding your @boardname@.

[{
  "name": "Wake Up!",
  "description": "Show different moods on your @boardname@. 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 for your @boardname@.",
  "cardType": "tutorial",
  "url":"/tutorials/make-an-animation",
  "imageUrl":"/static/tutorials/make-an-animation.png"
}, {
  "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"
}, {
  "name": "Music Brick",
  "description": "Transform your @boardname@ into a musical instrument!",
  "cardType": "tutorial",
  "url":"/tutorials/mindstorms-music",
  "imageUrl":"/static/tutorials/mindstorms-music.png"
}, {
  "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"
}, {
  "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"
}, {
  "name": "Using Touch Sensor Values",
  "description": "Check the value of a Touch sensor and stop a motor if pressed.",
  "cardType": "tutorial",
  "url":"/tutorials/touch-sensor-values",
  "imageUrl":"/static/tutorials/touch-sensor-values.png"
}]