2022-03-15 20:24:45 +00:00
|
|
|
{ "id": "game1024",
|
|
|
|
"name": "1024 Game",
|
|
|
|
"shortName" : "1024 Game",
|
2022-03-19 23:28:45 +00:00
|
|
|
"version": "0.04",
|
2022-03-15 22:52:08 +00:00
|
|
|
"icon": "game1024.png",
|
2022-03-16 00:14:26 +00:00
|
|
|
"screenshots": [ {"url":"screenshot.png" } ],
|
2022-03-16 23:52:10 +00:00
|
|
|
"readme":"README.md",
|
|
|
|
"description": "Join the numbers and get to the 1024, J or X tile!",
|
2022-03-16 00:14:26 +00:00
|
|
|
"type": "app",
|
|
|
|
"tags": "game,puzzle",
|
2022-03-15 20:24:45 +00:00
|
|
|
"allow_emulator": true,
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"game1024.app.js","url":"app.js"},
|
|
|
|
{"name":"game1024.img","url":"app-icon.js","evaluate":true}
|
2022-03-18 10:59:39 +00:00
|
|
|
]
|
2022-03-18 00:10:38 +00:00
|
|
|
}
|