コード例 #1
0
 def makepath(self, wrld):
     pathMaker = Astar(wrld)
     return pathMaker.findpathtoend(self.x, self.y)