Example #1
0
 def __init__(self, position):
     Ant.__init__(self, position)
     self.path = []
     self.index = 0
     self.target = None
Example #2
0
 def __init__(self, position):
     Ant.__init__(self, position)
     self.path = []
     self.index = 0
Example #3
0
 def __init__(self, position):
     Ant.__init__(self, position)