mirror of https://github.com/espruino/BangleApps
Puzzle15: v0.01, initial integration into the app loader
parent
f1c923d4b5
commit
d5a4e7b93e
17
apps.json
17
apps.json
|
@ -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}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue