Ejemplo n.º 1
0
 def __init__(self, simulation, brain, host, good):
   Action.__init__(self, simulation, brain)
   self.host = host
   self.good = good
Ejemplo n.º 2
0
 def __init__(self, simulation, brain):
   Action.__init__(self, simulation, brain)
   self.determineDirection()
Ejemplo n.º 3
0
 def __init__(self, simulation, brain):
   Action.__init__(self, simulation, brain)
   # TODO: le work (nursing la) devra etre dynamique
   self.egg  = Larva('Worker')
Ejemplo n.º 4
0
 def __init__(self, simulation, brain):
     Action.__init__(self, simulation, brain)