Here are some cool tutorials to get you started with your @boardname@!
[
{
"name": "Impossible Box",
"description": "Stop the sphere from escaping using the power of math!",
"url":"/examples/impossible-box",
"cardType": "tutorial",
"imageUrl": "/static/examples/impossible-box/project-image.png?v=DOCVER-1"
},
{
"name": "Looping Towers",
"description": "Use a for loop to cut out the crenelations in a tower!",
"url":"/examples/looping-towers",
"cardType": "tutorial",
"imageUrl": "/static/examples/looping-towers/project-image.png?v=DOCVER-1"
},
{
"name": "Random Coasters",
"description": "Make some coasters that are randomly generated!",
"url":"/examples/random-coaster",
"cardType": "tutorial",
"imageUrl": "/static/examples/random-coaster/project-image.png?v=DOCVER-1"
},
{
"name": "Spinning Top",
"description": "Learn to use loops and make a spinning top!",
"url":"/examples/top",
"cardType": "tutorial",
"imageUrl": "/static/examples/top/project-image.png?v=DOCVER-1"
},
{
"name": "Snowflake Ornament",
"description": "Make a festive snowflake ornament and learn how working in different rotations can be useful!",
"url":"/examples/snowflake-ornament",
"cardType": "tutorial",
"imageUrl": "/static/examples/snowflake-ornament/project-image.png?v=DOCVER-1"
},
{
"name": "Vase Maker App",
"description": "Learn to use parameters to create your own vase making app you can share with your friends!",
"url":"/examples/vase",
"cardType": "tutorial",
"imageUrl": "/static/examples/vase/project-image.png?v=DOCVER-1"
}
]