diff --git a/apps.json b/apps.json index 44375189f..213ceb882 100644 --- a/apps.json +++ b/apps.json @@ -245,19 +245,6 @@ ], "data": [{"name":"mywelcome.json"}] }, - { - "id": "cubescramble", - "name": "Cube Scramble", - "version":"0.01", - "description": "A random scramble generator for the 3x3 Rubik's cube", - "icon": "cube-scramble.png", - "tags": "", - "supports" : ["BANGLEJS2"], - "storage": [ - {"name":"cubescramble.app.js","url":"cube-scramble.js"}, - {"name":"cubescramble.img","url":"cube-scramble-icon.js","evaluate":true} - ] - }, { "id": "gbridge", "name": "Gadgetbridge", @@ -553,6 +540,19 @@ ], "data": [{"name":"trex.score","storageFile":true}] }, + { + "id": "cubescramble", + "name": "Cube Scramble", + "version":"0.01", + "description": "A random scramble generator for the 3x3 Rubik's cube", + "icon": "cube-scramble.png", + "tags": "", + "supports" : ["BANGLEJS2"], + "storage": [ + {"name":"cubescramble.app.js","url":"cube-scramble.js"}, + {"name":"cubescramble.img","url":"cube-scramble-icon.js","evaluate":true} + ] + }, { "id": "astroid", "name": "Asteroids!", diff --git a/apps/cubescramble/ChangeLog b/apps/cubescramble/ChangeLog index 5560f00bc..7d48be036 100644 --- a/apps/cubescramble/ChangeLog +++ b/apps/cubescramble/ChangeLog @@ -1 +1 @@ -0.01: New App! +0.01: Cube Scramble! diff --git a/apps/cubescramble/README.md b/apps/cubescramble/README.md deleted file mode 100644 index 1be3a4571..000000000 --- a/apps/cubescramble/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# Cube Scramble - -Describe the app... - -Add screen shots (if possible) to the app folder and link then into this file with ![](.png) - -## Usage - -Describe how to use it - -## Features - -Name the function - -## Controls - -Name the buttons and what they are used for - -## Requests - -Name who should be contacted for support/update requests - -## Creator - -Your name diff --git a/apps/cubescramble/cube-scramble.js b/apps/cubescramble/cube-scramble.js index 614c8368d..b70ef3e67 100644 --- a/apps/cubescramble/cube-scramble.js +++ b/apps/cubescramble/cube-scramble.js @@ -1 +1,7 @@ -E.showMessage("Cube\nScramble","3x3"); +g.clear(); + +function appStart() { + E.showMessage("Loading..."); +} + +appStart();