Update to new version

这个提交包含在:
Thomas Forgione 2019-03-26 11:30:23 +01:00
父节点 776a7bdf77
当前提交 f4587b307e
找不到此签名对应的密钥
GPG 密钥 ID: 203DAEA747F48F41
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -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