generated from mwc/project_game
Fruit knife on second-to-bottom row
This commit is contained in:
@@ -9,7 +9,7 @@ HEIGHT = 30
|
||||
|
||||
def play():
|
||||
agents = [
|
||||
Catcher((11, 29)),
|
||||
Catcher((11, 28)),
|
||||
FruitManager(),
|
||||
]
|
||||
state = {'score': 0, 'lives': 5, 'slices': 3}
|
||||
|
||||
Reference in New Issue
Block a user