diff --git a/apps.json b/apps.json index 2b28509cf..23620c6b2 100644 --- a/apps.json +++ b/apps.json @@ -3410,5 +3410,17 @@ {"name":"thermomF.app.js","url":"app.js"}, {"name":"thermomF.img","url":"app-icon.js","evaluate":true} ] +}, +{ "id": "carcrazy", + "name": "Car Crazy", + "shortName":"Car Crazy", + "icon": "app.png", + "version":"0.01", + "description": "A simple car game where you try to aviod the other cars by tilting your wrist left and right. Hold down button 2 to start.", + "tags": "game", + "storage": [ + {"name":"carcrazy.app.js","url":"app.js"}, + {"name":"carcrazy.img","url":"app-icon.js","evaluate":true} + ] } ]