diff --git a/fruit_catcher/game.py b/fruit_catcher/game.py index 6b55c02..b631039 100644 --- a/fruit_catcher/game.py +++ b/fruit_catcher/game.py @@ -9,7 +9,7 @@ HEIGHT = 30 def play(): agents = [ - Catcher((11, 29)), + Catcher((11, 28)), FruitManager(), ] state = {'score': 0, 'lives': 5, 'slices': 3}