Merge pull request #3077 from pavelmachek/m_14_stacker

stacker: Add documentation, allow on emulator.
master
Rob Pilling 2023-11-04 15:00:13 +00:00 committed by GitHub
commit b2de1ba761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

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

View File

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