Add 'red light, green light' tutorial (#436)

This commit is contained in:
Galen Nickel
2018-04-05 16:02:46 -07:00
committed by Peli de Halleux
parent 57c1ae0f99
commit e11b11d19c
5 changed files with 68 additions and 0 deletions

View File

@ -60,5 +60,11 @@ Step by step guides to coding your @boardname@.
"cardType": "tutorial",
"url":"/tutorials/line-following",
"imageUrl":"/static/tutorials/line-following.png"
}, {
"name": "Red Light, Green Light",
"description": "Play Red Light, Green Light using the Color sensor and the robot.",
"cardType": "tutorial",
"url":"/tutorials/redlight-greenlight",
"imageUrl":"/static/tutorials/redlight-greenlight.png"
}]
```