Add 'What Animal Am I' tutorial (#417)
This commit is contained in:
committed by
Peli de Halleux
parent
0bb7295d86
commit
806f60a419
@ -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"
|
||||
}]
|
||||
```
|
Reference in New Issue
Block a user