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
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"icon": "app.png",
|
||||
"tags": "game",
|
||||
"supports" : ["BANGLEJS", "BANGLEJS2"],
|
||||
"allow_emulator": true,
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"stacker.app.js","url":"app.js"},
|
||||
|
|
Loading…
Reference in New Issue