pxt-ev3/docs/lessons.md

22 lines
542 B
Markdown
Raw Normal View History

2018-01-18 02:02:11 +01:00
# Lessons
Learning activities for LEGO Mindstorms with MakeCode.
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",
"cardType": "lesson",
"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",
"cardType": "lesson",
"description": "Make your robot drive itself by following lines."
}]
```