diff --git a/game/play.py b/game/play.py index c9caed0..4edf121 100644 --- a/game/play.py +++ b/game/play.py @@ -104,7 +104,7 @@ class Game(arcade.gui.UIView): for col in range(COLS): self.occupied[row_idx][col] = 0 - self.score += 10 + self.score += 25 for col in range(COLS): column = [row[col] for row in self.occupied.values()]