Update metadata/changelogs.
parent
7a0c3f2bd9
commit
87afbe8938
|
|
@ -0,0 +1,2 @@
|
||||||
|
0.01: New app!
|
||||||
|
0.02: Better controls, implement game over.
|
||||||
|
|
@ -4,5 +4,5 @@ Bangle version of the classic game of Tetris.
|
||||||
|
|
||||||
## Controls
|
## Controls
|
||||||
|
|
||||||
Tapping the screen rotates the pieces once, swiping left, right or down moves the
|
Tap top part of screen to rotate and move down, tap bottom part to
|
||||||
piece in that direction, if possible.
|
move left/right.
|
||||||
|
|
@ -7,6 +7,8 @@
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
|
"allow_emulator": true,
|
||||||
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"tetris.app.js","url":"tetris.app.js"},
|
{"name":"tetris.app.js","url":"tetris.app.js"},
|
||||||
{"name":"tetris.img","url":"app-icon.js","evaluate":true}
|
{"name":"tetris.img","url":"app-icon.js","evaluate":true}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue