File tree Expand file tree Collapse file tree 3 files changed +52
-4
lines changed Expand file tree Collapse file tree 3 files changed +52
-4
lines changed Original file line number Diff line number Diff line change 1
- # flutter-tetris
1
+ #### English introduction
2
2
3
- a tetris game powered by flutter
3
+ Please view [ README_EN ] ( https://github.com/boyan01/ flutter-tetris/blob/master/README_EN.md )
4
4
5
- ## Getting Started
5
+ # Flutter俄罗斯方块
6
6
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协议
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments