mirror of https://github.com/espruino/BangleApps
stacker: Add documentation, allow on emulator.
parent
d7756ee175
commit
0bc7cb4918
|
@ -5,7 +5,8 @@ A simple game of stacking cubes.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Press the button to stack!
|
Boxes move horizontally. Use button to stack them on top of existing
|
||||||
|
boxes. You win when you reach top of the screen.
|
||||||
|
|
||||||
## Creator
|
## Creator
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
"supports" : ["BANGLEJS", "BANGLEJS2"],
|
"supports" : ["BANGLEJS", "BANGLEJS2"],
|
||||||
|
"allow_emulator": true,
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"stacker.app.js","url":"app.js"},
|
{"name":"stacker.app.js","url":"app.js"},
|
||||||
|
|
Loading…
Reference in New Issue