From d5a4e7b93e6b5344e732f4a1de1f34a1dd853b99 Mon Sep 17 00:00:00 2001 From: "Dirk Hillbrecht (home)" Date: Tue, 4 Jan 2022 23:12:45 +0100 Subject: [PATCH] Puzzle15: v0.01, initial integration into the app loader --- apps.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/apps.json b/apps.json index 5cc311413..7aeae8749 100644 --- a/apps.json +++ b/apps.json @@ -5389,5 +5389,22 @@ "storage": [ {"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} + ] } ]