stacker: Add documentation, allow on emulator.

pull/3077/head
Pavel Machek 2023-10-28 11:36:34 +02:00
parent d7756ee175
commit 0bc7cb4918
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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"},