Update to new version
这个提交包含在:
父节点
776a7bdf77
当前提交
f4587b307e
@ -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
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户