mirror of https://github.com/espruino/BangleApps
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
|
||||
|
||||
Tapping the screen rotates the pieces once, swiping left, right or down moves the
|
||||
piece in that direction, if possible.
|
||||
Tap top part of screen to rotate and move down, tap bottom part to
|
||||
move left/right.
|
|
@ -6,7 +6,9 @@
|
|||
"icon": "tetris.png",
|
||||
"readme": "README.md",
|
||||
"tags": "game",
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"allow_emulator": true,
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"tetris.app.js","url":"tetris.app.js"},
|
||||
{"name":"tetris.img","url":"app-icon.js","evaluate":true}
|
||||
|
|
Loading…
Reference in New Issue