コード例 #1
0
ファイル: game.py プロジェクト: iainduncani/pacman-kata
 def isField(self, coordinates):
     return Wall.isField(self.field.get(coordinates))