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():
|
def play():
|
||||||
agents = [
|
agents = [
|
||||||
Catcher((11, 29)),
|
Catcher((11, 28)),
|
||||||
FruitManager(),
|
FruitManager(),
|
||||||
]
|
]
|
||||||
state = {'score': 0, 'lives': 5, 'slices': 3}
|
state = {'score': 0, 'lives': 5, 'slices': 3}
|
||||||
|
|||||||
Reference in New Issue
Block a user