diff --git a/lib/game/bloc/game_state.dart b/lib/game/bloc/game_state.dart index 7edefce7..a9e86720 100644 --- a/lib/game/bloc/game_state.dart +++ b/lib/game/bloc/game_state.dart @@ -53,7 +53,7 @@ class GameState extends Equatable { totalScore = 0, roundScore = 0, multiplier = 1, - rounds = 1, + rounds = 3, bonusHistory = const []; /// The score for the current round of the game.