pxt-ev3/docs/lessons.md

28 lines
774 B
Markdown
Raw Normal View History

2018-01-18 02:02:11 +01:00
# Lessons
2018-04-11 16:45:44 +02:00
Learning activities for @boardname@ with MakeCode.
2018-01-18 02:02:11 +01:00
2018-01-18 03:52:49 +01:00
## Motors and motion
2018-01-18 02:02:11 +01:00
```codecard
[{
"name": "Make it Move",
"imageUrl":"/static/lessons/make-it-move.jpg",
"url": "/lessons/make-it-move",
2018-01-18 21:09:43 +01: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-18 02:02:11 +01:00
"name": "Line Detection",
"imageUrl":"/static/lessons/line-detection.jpg",
"url": "/lessons/line-detection",
2018-01-18 21:09:43 +01:00
"cardType": "project",
2018-01-18 02:02:11 +01:00
"description": "Make your robot drive itself by following lines."
}]
```