Fruit knife on second-to-bottom row

This commit is contained in:
Chris Proctor
2026-03-19 13:23:45 -04:00
parent 57444521cc
commit e04564425c

View File

@@ -9,7 +9,7 @@ HEIGHT = 30
def play():
agents = [
Catcher((11, 29)),
Catcher((11, 28)),
FruitManager(),
]
state = {'score': 0, 'lives': 5, 'slices': 3}