pxt-ev3/docs/design-engineering.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

# Design Engineering Projects
## Projects
```codecard
[
{
"name": "Make It Move Without Wheels",
"description": "Design, build and program a robot that can move itself using no wheels for locomotion.",
2018-02-27 20:48:50 +01:00
"imageUrl": "/static/lessons/make-it-move-without-wheels.png",
2018-02-26 22:27:03 +01:00
"url": "/design-engineering/make-it-move",
"cardType": "side"
},
{
"name": "Make It Smarter and Faster",
"description": "Design, build and program a robotic creature that can sense its environment and respond by moving.",
2018-02-27 20:48:50 +01:00
"imageUrl": "/static/lessons/make-it-smarter-and-faster.png",
2018-02-26 22:27:03 +01:00
"url": "/design-engineering/make-it-smarter",
"cardType": "side"
},
{
"name": "Make a System that Communicates",
"description": "Design, build and program a robotic system that follows a path and communicates its position at least twice along the way.",
2018-02-27 20:48:50 +01:00
"imageUrl": "/static/lessons/make-a-system-that-communicates.png",
"url": "/design-engineering/make-it-communicate",
"cardType": "side"
}
]
```