Update to new version

This commit is contained in:
2019-03-26 11:30:23 +01:00
parent 776a7bdf77
commit f4587b307e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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