pxt-ev3/docs/lessons.md

28 lines
774 B
Markdown
Raw Normal View History

2018-01-17 17:02:11 -08:00
# Lessons
2018-04-11 07:45:44 -07:00
Learning activities for @boardname@ with MakeCode.
2018-01-17 17:02:11 -08:00
2018-01-17 18:52:49 -08:00
## Motors and motion
2018-01-17 17:02:11 -08:00
```codecard
[{
"name": "Make it Move",
"imageUrl":"/static/lessons/make-it-move.jpg",
"url": "/lessons/make-it-move",
2018-01-18 12:09:43 -08:00
"cardType": "project",
"description": "Make a robot that moves itself without wheels."
}, {
"name": "Make it Move TUTORIAL",
"imageUrl":"/static/lessons/make-it-move.jpg",
"url": "/lessons/make-it-move-tutorial",
"cardType": "tutorial",
"description": "Make a robot that moves itself without wheels."
}, {
2018-01-17 17:02:11 -08:00
"name": "Line Detection",
"imageUrl":"/static/lessons/line-detection.jpg",
"url": "/lessons/line-detection",
2018-01-18 12:09:43 -08:00
"cardType": "project",
2018-01-17 17:02:11 -08:00
"description": "Make your robot drive itself by following lines."
}]
```