Add 'What Animal Am I' tutorial (#417)

This commit is contained in:
Galen Nickel
2018-04-03 17:55:15 -07:00
committed by Peli de Halleux
parent 0bb7295d86
commit 806f60a419
7 changed files with 170 additions and 0 deletions

View File

@ -4,6 +4,7 @@
Step by step guide to coding your @boardname@.
```codecard
[{
"name": "Wake Up Mindstorms",
@ -17,5 +18,11 @@ Step by step guide to coding your @boardname@.
"cardType": "tutorial",
"url":"/tutorials/make-an-animation",
"imageUrl":"/static/tutorials/make-an-animation.png"
}, {
"name": "What Animal Am I?",
"description": "Create different animal sounds and have someone guess the what the animal is.",
"cardType": "tutorial",
"url":"/tutorials/what-animal-am-i",
"imageUrl":"/static/tutorials/what-animal-am-i.png"
}]
```