aboutsummaryrefslogtreecommitdiff
path: root/game.py
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2023-07-30 16:56:52 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2023-07-30 16:56:52 +0530
commita0d481fc21e928c6cb3cd1a7ca33a845802a861c (patch)
treee030f877c2cadbc1bb3d9b32cc2b7eb00443bb40 /game.py
parent7b660120b29dfddb6228ed61fa3158f53d031f90 (diff)
add
Diffstat (limited to '')
-rw-r--r--game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.py b/game.py
index 093112e..80e8d00 100644
--- a/game.py
+++ b/game.py
@@ -39,7 +39,7 @@ class MyGame:
self.stop_event = threading.Event()
# Game state variables
- self.lives = 5
+ self.lives = 10
self.game_over = False
self.score = 0