2016-06-24 18:41:51 +02:00
|
|
|
# Projects
|
2016-06-12 00:08:05 +02:00
|
|
|
|
2017-06-24 08:55:04 +02:00
|
|
|
```codecard
|
2019-02-22 00:41:32 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Tutorials",
|
|
|
|
"url": "/tutorials",
|
|
|
|
"imageUrl": "/static/mb/projects/a1-display.png",
|
|
|
|
"largeImageUrl": "/static/mb/projects/flashing-heart/sim.gif"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Games",
|
|
|
|
"url": "/projects/games",
|
|
|
|
"imageUrl": "/static/mb/projects/a4-motion.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Radio Games",
|
|
|
|
"url": "/projects/radio-games",
|
|
|
|
"imageUrl": "/static/mb/projects/multi-dice.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Fashion",
|
|
|
|
"url": "/projects/fashion",
|
|
|
|
"imageUrl": "/static/mb/projects/wallet.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Music",
|
|
|
|
"url": "/projects/music",
|
|
|
|
"imageUrl": "/static/mb/projects/a6-music.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Toys",
|
|
|
|
"url": "/projects/toys",
|
|
|
|
"imageUrl": "/static/mb/projects/inchworm.jpg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Science",
|
|
|
|
"url": "/projects/science",
|
|
|
|
"imageUrl": "/static/mb/projects/timegate.jpg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tools",
|
|
|
|
"url": "/projects/tools",
|
|
|
|
"imageUrl": "/static/mb/projects/plot-acceleration.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Turtle",
|
|
|
|
"url": "/projects/turtle",
|
|
|
|
"imageUrl": "/static/mb/projects/turtle-square.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Blocks To JavaScript",
|
|
|
|
"url": "/courses/blocks-to-javascript",
|
|
|
|
"imageUrl": "/static/courses/blocks-to-javascript/hello-javascript.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Courses",
|
|
|
|
"url": "/courses",
|
|
|
|
"imageUrl": "/static/courses/csintro.jpg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Behind the MakeCode Hardware",
|
|
|
|
"url": "/behind-the-makecode-hardware",
|
|
|
|
"imageUrl": "/static/mb/behindhardware/leds.jpg"
|
|
|
|
}
|
|
|
|
]
|
2016-06-17 07:42:29 +02:00
|
|
|
```
|
2016-06-11 05:39:30 +02:00
|
|
|
|
2017-09-07 22:42:08 +02:00
|
|
|
## See Also
|
2016-06-12 00:08:05 +02:00
|
|
|
|
2019-02-08 16:42:52 +01:00
|
|
|
[Tutorials](/tutorials),
|
|
|
|
[Games](/projects/games),
|
2019-02-22 00:41:32 +01:00
|
|
|
[Radio Games](/projects/radio-games),
|
|
|
|
[Fashion](/projects/fashion),
|
2019-02-08 16:42:52 +01:00
|
|
|
[Music](/projects/music),
|
|
|
|
[Toys](/projects/toys),
|
|
|
|
[Science](/projects/science),
|
|
|
|
[Tools](/projects/tools),
|
2019-02-22 00:41:32 +01:00
|
|
|
[Turtle](/projects/turtle),
|
|
|
|
[Blocks To JavaScript](/courses/blocks-to-javascript),
|
|
|
|
[Courses](/courses),
|
|
|
|
[Behind the MakeCode Hardware](/behind-the-makecode-hardware)
|
|
|
|
|