2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "carcrazy",
|
|
|
|
"name": "Car Crazy",
|
|
|
|
"shortName": "Car Crazy",
|
2024-02-26 19:46:12 +00:00
|
|
|
"version": "0.04",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "A simple car game where you try to avoid the other cars by tilting your wrist left and right. Hold down button 2 to start.",
|
|
|
|
"icon": "carcrash.png",
|
|
|
|
"tags": "game",
|
|
|
|
"supports": ["BANGLEJS"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"carcrazy.app.js","url":"app.js"},
|
|
|
|
{"name":"carcrazy.img","url":"app-icon.js","evaluate":true},
|
|
|
|
{"name":"carcrazy.settings.js","url":"settings.js"}
|
|
|
|
],
|
|
|
|
"data": [{"name":"CarCrazy.csv"}]
|
|
|
|
}
|