mirror of https://github.com/espruino/BangleApps
15 lines
431 B
JSON
15 lines
431 B
JSON
|
{ "id": "snaky",
|
||
|
"name": "Snaky",
|
||
|
"shortName":"Snaky",
|
||
|
"version":"0.01",
|
||
|
"description": "The classic snake game. Eat apples and don't bite your tail. Control the snake with the touch screen.",
|
||
|
"tags": "game,fun",
|
||
|
"icon": "snaky.png",
|
||
|
"supports" : ["BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"snaky.app.js","url":"snaky.js"},
|
||
|
{"name":"snaky.img","url":"snaky-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|