#### English introduction Please view [README_EN](https://github.com/boyan01/flutter-tetris/blob/master/README_EN.md) # Flutter俄罗斯方块 Awesome Flutter [![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) [![LICENSE](https://img.shields.io/badge/license-NPL%20(The%20996%20Prohibited%20License)-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE) --- 使用Flutter开发的俄罗斯方块游戏。支持 **Android**, **iOS**, **Windows**, **mac**, **Linux** 以及 **web**. 参考来源于 [vue-tetris](https://github.com/Binaryify/vue-tetris) 。 ## 如何开始 * 自行编译 安装[Flutter](https://flutter.io/docs/get-started/install) 在命令行输入:`flutter run --profile` * 前往[Release](https://github.com/boyan01/flutter-tetris/releases) 下载 Apk/macOS/Windows 可执行文件。 * 或者前往 [https://boyan01.github.io/flutter-tetris](https://boyan01.github.io/flutter-tetris/#/) 体验 Web 版本 ## 效果预览 ![效果预览](./_preview/game_gif.gif) 支持横屏模式 ![横屏](./_preview/screen_land.jpg) ## 其他 MIT with 996 License - [flutter_tetris](https://github.com/andnexus/flutter_tetris) 触摸交互模式 - [vue-tetris](https://github.com/Binaryify/vue-tetris) Vue 版本 - [react-tetris](https://github.com/chvin/react-tetris) React 版本