예제 #1
0
 def __init__(self, width, height, color, grid):
     Prey.__init__(self, width, height, color, grid)
     self.offspringsProtected = 0
     PreyAdult.dictionaryOfPreyAdults[(self.gridX, self.gridY)] = self
예제 #2
0
 def __init__(self, width, height, color, grid):
     Prey.__init__(self, width, height, color, grid)
     self.offspringsProtected = 0
     PreyAdult.dictionaryOfPreyAdults[(self.gridX, self.gridY)] = self
 def __init__(self,width,height,color,grid):
     Prey.__init__(self, width, height, color, grid)
     PreyOffspring.dictionaryOfOffsprings[(self.gridX,self.gridY)] = self