Update metadata/changelogs.

pull/3040/head
Pavel Machek 2023-10-08 12:00:00 +02:00
parent 7a0c3f2bd9
commit 87afbe8938
3 changed files with 7 additions and 3 deletions

2
apps/tetris/ChangeLog Normal file
View File

@ -0,0 +1,2 @@
0.01: New app!
0.02: Better controls, implement game over.

View File

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

View File

@ -7,6 +7,8 @@
"readme": "README.md",
"tags": "game",
"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}