diff --git a/apps/game1024/game1024.app.info b/apps/game1024/game1024.app.info deleted file mode 100644 index b1c9d84ce..000000000 --- a/apps/game1024/game1024.app.info +++ /dev/null @@ -1,6 +0,0 @@ -require("Storage").write("timer.info",{ - "id":"game1024", - "name":"1024 Game", - "src":"game1024.app.js", - "icon":"game1024.img" -}); \ No newline at end of file diff --git a/apps/game1024/metadata.json b/apps/game1024/metadata.json index 80dc59c47..83a3613f2 100644 --- a/apps/game1024/metadata.json +++ b/apps/game1024/metadata.json @@ -1,13 +1,17 @@ { "id": "game1024", "name": "1024 Game", "shortName" : "1024 Game", + "version": "0.5", "icon": "game1024.png", - "description": "Join the numbers and get to the 1024 tile!", - "tags": "game puzzle 1024", + "screenshots": [ {"url":"screenshot.png" } ], + "description": "Join the numbers and get to the 1024(2^10) or J or X tile!", + "type": "app", + "tags": "game,puzzle", "allow_emulator": true, "supports" : ["BANGLEJS2"], "storage": [ {"name":"game1024.app.js","url":"app.js"}, {"name":"game1024.img","url":"app-icon.js","evaluate":true} - ] + ], + "data":[{"name": "game1024.json", "url": "game1024.json"}] } \ No newline at end of file diff --git a/apps/game1024/screenshot.png b/apps/game1024/screenshot.png new file mode 100644 index 000000000..256ecb53b Binary files /dev/null and b/apps/game1024/screenshot.png differ