29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
# 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.",
|
|
"imageUrl": "/static/lessons/make-it-move-without-wheels.png",
|
|
"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.",
|
|
"imageUrl": "/static/lessons/make-it-smarter-and-faster.png",
|
|
"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.",
|
|
"imageUrl": "/static/lessons/make-a-system-that-communicates.png",
|
|
"url": "/design-engineering/make-it-communicate",
|
|
"cardType": "side"
|
|
}
|
|
]
|
|
``` |