Skip to content

Commit

Permalink
Start with multiplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 14, 2023
1 parent 6b5f2b3 commit f9acec7
Show file tree
Hide file tree
Showing 15 changed files with 223 additions and 689 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
*.ipr
*.iws
.idea/
.vscode/
.vscode/

*.mapper.dart
1 change: 0 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
.pub-cache/
.pub/
/build/
*.mappable.dart

# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
Expand Down
145 changes: 0 additions & 145 deletions app/lib/cubits/settings.mapper.dart

This file was deleted.

2 changes: 1 addition & 1 deletion app/lib/game/player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'package:flame/flame.dart';
import 'package:flame/text.dart';
import 'package:qeck/game/board.dart';
import 'package:qeck/game/wall.dart';
import 'package:qeck/services/network.dart';
import 'package:qeck/models/state.dart';

class _PreviousPlayerPositionComponent extends ReadOnlyPositionProvider {
final BoardPlayer player;
Expand Down
17 changes: 0 additions & 17 deletions app/lib/models/event.dart

This file was deleted.

Loading

0 comments on commit f9acec7

Please sign in to comment.