2018-02-14 17:56:12 +01:00
|
|
|
# Design Engineering Projects
|
|
|
|
|
|
|
|
## Projects
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Make It Move Without Wheels",
|
|
|
|
"description": "TBD",
|
|
|
|
"imageUrl": "/static/lessons/make-it-move.png",
|
|
|
|
"url": "/design-engineering/make-it-move",
|
|
|
|
"cardType": "side"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Make It Smarter and Faster",
|
|
|
|
"description": "TBD",
|
|
|
|
"imageUrl": "/static/lessons/make-it-smarter.png",
|
|
|
|
"url": "/design-engineering/make-it-move",
|
|
|
|
"cardType": "side"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Make a System that Communicates",
|
2018-02-21 15:43:53 +01:00
|
|
|
"description": "A robot that tells you what it is doing.",
|
|
|
|
"imageUrl": "/static/lessons/make-it-communicate.png",
|
|
|
|
"url": "/design-engineering/make-it-communicate",
|
2018-02-14 17:56:12 +01:00
|
|
|
"cardType": "side"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
```
|