2048

该游戏完全使用 Flutter 的动画系统,通过 AnimatedWidget 和显式动画制作。

该项目目前是使用 Flutter 3.0 开发的,与 Flame Game Engine 或 Flutter 团队随 3.0 版本发布的 Game toolking 没有任何关系。

Running the game on Web, Android, iOS and MacOS

运行游戏

  1. 获取包
flutter pub get
  1. 运行构建器
flutter pub run build_runner build
  1. 运行应用 (Run App)
flutter run --release

游戏玩法

2048.mp4

GitHub

查看 Github