Add readme and bangle js 1 support
parent
c630eaee8c
commit
fc4bfed848
|
|
@ -547,7 +547,9 @@
|
||||||
"description": "A random scramble generator for the 3x3 Rubik's cube",
|
"description": "A random scramble generator for the 3x3 Rubik's cube",
|
||||||
"icon": "cube-scramble.png",
|
"icon": "cube-scramble.png",
|
||||||
"tags": "",
|
"tags": "",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS","BANGLEJS2"],
|
||||||
|
"readme": "README.md",
|
||||||
|
"allow_emulator": true,
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"cubescramble.app.js","url":"cube-scramble.js"},
|
{"name":"cubescramble.app.js","url":"cube-scramble.js"},
|
||||||
{"name":"cubescramble.img","url":"cube-scramble-icon.js","evaluate":true}
|
{"name":"cubescramble.img","url":"cube-scramble-icon.js","evaluate":true}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.01: Cube Scramble!
|
0.01: Cube Scramble has arrived!
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue