def __init__(self, cr):
     DistributedLevel.__init__(self, cr)
     DistCogdoGame.__init__(self, cr)
Exemplo n.º 2
0
 def __init__(self, cr):
     DistCogdoGame.__init__(self, cr)
     self.game = CogdoMazeGame(self)
     self._numSuits = (0, 0, 0)
 def __init__(self, cr):
     DistCogdoGame.__init__(self, cr)
Exemplo n.º 4
0
 def __init__(self, cr):
     DistributedLevel.__init__(self, cr)
     DistCogdoGame.__init__(self, cr)
Exemplo n.º 5
0
 def __init__(self, cr):
     DistCogdoGame.__init__(self, cr)
     self.game = CogdoFlyingGame(self)