2018-02-14 17:56:12 +01:00
|
|
|
# Design Engineering Projects
|
|
|
|
|
|
|
|
## Projects
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Make It Move Without Wheels",
|
2018-03-30 00:16:26 +02:00
|
|
|
"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",
|
2018-02-14 17:56:12 +01:00
|
|
|
"cardType": "side"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Make It Smarter and Faster",
|
2018-03-30 00:16:26 +02:00
|
|
|
"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",
|
2018-02-14 17:56:12 +01:00
|
|
|
"cardType": "side"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Make a System that Communicates",
|
2018-03-30 00:16:26 +02:00
|
|
|
"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",
|
2018-02-21 15:43:53 +01:00
|
|
|
"url": "/design-engineering/make-it-communicate",
|
2018-02-14 17:56:12 +01:00
|
|
|
"cardType": "side"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
```
|