Puzzle15: v0.01, initial integration into the app loader

pull/1218/head
Dirk Hillbrecht (home) 2022-01-04 23:12:45 +01:00
parent f1c923d4b5
commit d5a4e7b93e
1 changed files with 17 additions and 0 deletions

View File

@ -5389,5 +5389,22 @@
"storage": [ "storage": [
{"name":"touchmenu.boot.js","url":"touchmenu.boot.js"} {"name":"touchmenu.boot.js","url":"touchmenu.boot.js"}
] ]
},
{
"id": "puzzle15",
"name": "15 puzzle",
"version": "0.01",
"description": "A 15 puzzle game with drag gesture interface",
"readme":"README.md",
"icon": "puzzle15.app.png",
"screenshots": [{"url":"screenshot.png"}],
"type": "app",
"tags": "game",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"puzzle15.app.js","url":"puzzle15.app.js"},
{"name":"puzzle15.img","url":"puzzle15.app-icon.js","evaluate":true}
]
} }
] ]