Give this a go

master
nlisgo 2021-11-18 13:45:11 +00:00
parent 5f9eca0226
commit fc8cd41c63
4 changed files with 21 additions and 40 deletions

View File

@ -245,19 +245,6 @@
], ],
"data": [{"name":"mywelcome.json"}] "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", "id": "gbridge",
"name": "Gadgetbridge", "name": "Gadgetbridge",
@ -553,6 +540,19 @@
], ],
"data": [{"name":"trex.score","storageFile":true}] "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", "id": "astroid",
"name": "Asteroids!", "name": "Asteroids!",

View File

@ -1 +1 @@
0.01: New App! 0.01: Cube Scramble!

View File

@ -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 ![](<name>.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

View File

@ -1 +1,7 @@
E.showMessage("Cube\nScramble","3x3"); g.clear();
function appStart() {
E.showMessage("Loading...");
}
appStart();