Update to new version
This commit is contained in:
@@ -7,5 +7,5 @@ class Ai(Player):
|
||||
def __init__(self):
|
||||
super(Ai, self).__init__()
|
||||
|
||||
def action(self, game):
|
||||
def action(self, map, id):
|
||||
return Direction.RIGHT
|
||||
|
||||
@@ -4,5 +4,5 @@ class Ai(Player):
|
||||
def __init__(self):
|
||||
super(Ai, self).__init__()
|
||||
|
||||
def action(self, game):
|
||||
def action(self, map, id):
|
||||
return Direction.LEFT
|
||||
|
||||
Reference in New Issue
Block a user