diff --git a/apps.json b/apps.json index 213ceb882..3f91aba99 100644 --- a/apps.json +++ b/apps.json @@ -547,7 +547,9 @@ "description": "A random scramble generator for the 3x3 Rubik's cube", "icon": "cube-scramble.png", "tags": "", - "supports" : ["BANGLEJS2"], + "supports" : ["BANGLEJS","BANGLEJS2"], + "readme": "README.md", + "allow_emulator": true, "storage": [ {"name":"cubescramble.app.js","url":"cube-scramble.js"}, {"name":"cubescramble.img","url":"cube-scramble-icon.js","evaluate":true} diff --git a/apps/cubescramble/ChangeLog b/apps/cubescramble/ChangeLog index 7d48be036..46b4dab7c 100644 --- a/apps/cubescramble/ChangeLog +++ b/apps/cubescramble/ChangeLog @@ -1 +1 @@ -0.01: Cube Scramble! +0.01: Cube Scramble has arrived! diff --git a/apps/cubescramble/README.md b/apps/cubescramble/README.md new file mode 100644 index 000000000..eb1f8138c --- /dev/null +++ b/apps/cubescramble/README.md @@ -0,0 +1,14 @@ +# Cube Scramble + +A random scramble generator for the 3x3 Rubik's cube + +## Future features + +I'm keen to complete this project with + +* Add a timer +* Add the ability for times to be stored and exported + +## Author + +Nathan Lisgo https://github.com/nlisgo