Port 'crashy-bird' game to v1 (#1484)

This commit is contained in:
Galen Nickel
2018-10-22 13:22:20 -07:00
committed by Peli de Halleux
parent 71e2ffb700
commit eff4ccef56
3 changed files with 276 additions and 0 deletions

View File

@ -45,5 +45,10 @@ Fun games to build with your @boardname@.
"description": "Karel likes to draw, help Karel make LED art!",
"url": "/projects/karel",
"imageUrl": "/static/mb/projects/karel.png"
}, {
"name": "Crashy bird",
"description": "Help the flying bird move through the obstacles on the LED screen",
"url":"/projects/crashy-bird",
"imageUrl":"/static/mb/projects/crashy-bird.png"
}]
```