6613607503
* integrating lego lesson * fixed link * adding various solutions * updatring to 3.4.6 * using play sound effect until done * revert pxtversion * fixing link
29 lines
791 B
Markdown
29 lines
791 B
Markdown
# 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",
|
|
"description": "A robot that tells you what it is doing.",
|
|
"imageUrl": "/static/lessons/make-it-communicate.png",
|
|
"url": "/design-engineering/make-it-communicate",
|
|
"cardType": "side"
|
|
}
|
|
]
|
|
``` |