Skip to content

Commit 9b7a6cb

Browse files
committed
update readme
1 parent 6b45d0e commit 9b7a6cb

File tree

3 files changed

+52
-4
lines changed

3 files changed

+52
-4
lines changed

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
1-
# flutter-tetris
1+
#### English introduction
22

3-
a tetris game powered by flutter
3+
Please view [README_EN](https://github.com/boyan01/flutter-tetris/blob/master/README_EN.md)
44

5-
## Getting Started
5+
# Flutter俄罗斯方块
66

7-
This project is a starting point for a Flutter application.
7+
使用Flutter开发的俄罗斯方块游戏。
8+
9+
参考来源于 [vue-tetris](https://github.com/Binaryify/vue-tetris)
10+
11+
## 如何开始
12+
13+
* 自行编译
14+
15+
安装[Flutter](https://flutter.io/docs/get-started/install)
16+
17+
在命令行输入:`flutter run --profile`
18+
19+
* 前往[Release](https://github.com/boyan01/flutter-tetris/releases) 下载 Apk 包 (仅限Android)
20+
21+
## 效果预览
22+
23+
![效果预览](./_preview/game_gif.gif)
24+
25+
26+
27+
## 其他
28+
29+
MIT协议

README_EN.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#### 中文介绍
2+
3+
请前往 [README](https://github.com/boyan01/flutter-tetris/blob/master/README.md)
4+
# flutter-tetris
5+
6+
a tetris game powered by flutter.
7+
8+
Inspired by [vue-tetris](https://github.com/Binaryify/vue-tetris).
9+
10+
## Getting Started
11+
12+
* Compile by yourself
13+
14+
install [Flutter](https://flutter.io/docs/get-started/install)
15+
16+
run in Command Line:`flutter run --profile`
17+
18+
* download Apk file at page (https://github.com/boyan01/flutter-tetris/releases)(for Android only)
19+
20+
## Preview
21+
22+
![preview](./_preview/game_gif.gif)
23+
24+
## Other
25+
26+
MIT License

_preview/game_gif.gif

557 KB
Loading

0 commit comments

Comments
 (0)