-
- Downloads
Add game system
parent
bf90c26d
No related branches found
No related tags found
This commit is part of merge request !49. Comments created here will be created in the context of that merge request.
Showing
- android/gradle.properties 2 additions, 2 deletionsandroid/gradle.properties
- lib/cubit/game_cubit.dart 4 additions, 3 deletionslib/cubit/game_cubit.dart
- lib/cubit/game_state.dart 1 addition, 1 deletionlib/cubit/game_state.dart
- lib/models/game/game.dart 93 additions, 0 deletionslib/models/game/game.dart
- lib/models/game/game_board.dart 61 additions, 0 deletionslib/models/game/game_board.dart
- lib/models/game/game_cell.dart 17 additions, 0 deletionslib/models/game/game_cell.dart
- lib/models/game/game_settings.dart 45 additions, 0 deletionslib/models/game/game_settings.dart
- lib/models/game_data.dart 0 additions, 120 deletionslib/models/game_data.dart
- lib/ui/painters/cell_painter.dart 0 additions, 1 deletionlib/ui/painters/cell_painter.dart
- lib/ui/screens/game_page.dart 48 additions, 119 deletionslib/ui/screens/game_page.dart
- lib/ui/widgets/game/game_board.dart 177 additions, 0 deletionslib/ui/widgets/game/game_board.dart
- lib/ui/widgets/game/game_score.dart 34 additions, 0 deletionslib/ui/widgets/game/game_score.dart
- lib/ui/widgets/game/game_settings.dart 12 additions, 0 deletionslib/ui/widgets/game/game_settings.dart
- lib/ui/widgets/game_board.dart 0 additions, 69 deletionslib/ui/widgets/game_board.dart
- pubspec.lock 28 additions, 28 deletionspubspec.lock
- pubspec.yaml 1 addition, 1 deletionpubspec.yaml
Loading
Please register or sign in to comment