2022-03-15 20:24:45 +00:00
|
|
|
{ "id": "game1024",
|
|
|
|
"name": "1024 Game",
|
|
|
|
"shortName" : "1024 Game",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.12",
|
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",
|
2022-03-20 15:51:33 +00:00
|
|
|
"description": "Swipe the squares up, down, to the left or right, join the numbers and get to the 10 (2^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"},
|
2022-04-03 13:51:01 +00:00
|
|
|
{"name":"game1024.settings.js","url":"settings.js"},
|
2022-03-15 20:24:45 +00:00
|
|
|
{"name":"game1024.img","url":"app-icon.js","evaluate":true}
|
2023-06-20 21:07:17 +00:00
|
|
|
],
|
|
|
|
"data":[{"name":"game1024.settings.json"}]
|
2022-03-18 00:10:38 +00:00
|
|
|
}
|