Files
pxt-calliope/docs/projects/toys.md
Helen Leigh 15fb1bc14e robot unicorn (#2512)
* robot unicorn

* Edits to the unicorn
2019-11-07 22:36:58 -08:00

54 lines
1.4 KiB
Markdown

# Toys
## Cardboard
```codecard
[{
"name": "Inchworm",
"url":"/projects/inchworm",
"description": "Create an inchworm robot that creeps along",
"imageUrl":"/static/mb/projects/inchworm.jpg"
}, {
"name": "Milk Carton Robot",
"url":"/projects/milk-carton-robot",
"description": "Make a robot from a milk carton",
"imageUrl":"/static/mb/projects/milk-carton-robot.jpg"
}, {
"name": "Robot Unicorn",
"url":"/projects/robot-unicorn",
"description": "Make a gesture controlled robot unicorn",
"imageUrl":"/static/mb/projects/robot-unicorn/robotunicorn.jpg"
}, {
"name": "Milky Monster",
"url":"/projects/milky-monster",
"description": "Make a funny milky-monster robot!",
"imageUrl":"/static/mb/projects/milky-monster.jpg"
}]
```
## Reusing toys
```codecard
[{
"name": "Railway Crossing",
"url":"/projects/railway-crossing",
"description": "Use the light sensor to detect if a train is passing by",
"imageUrl":"/static/mb/projects/railway-crossing.png"
},{
"name": "Kitronik RC Car Hack",
"url": "/projects/rc-car",
"description": "Control an RC car with the micro:bit and Kitronic parts",
"imageUrl":"/static/mb/projects/rc-car.jpg"
}]
```
## Vintage
```codecard
[{
"name": "Rotary Dial Radio",
"url":"/projects/rotary-dial-radio",
"description": "Turn an antique rotary dial phone into a radio transmitter",
"imageUrl":"/static/mb/projects/rotary-dial-radio.png"
}]
```