Ejemplo n.º 1
0
    def competicion(self):
        options = WCompetitionWithTutor.datos(self.main_window,
                                              self.configuration, self)
        if options:
            # self.game_type = GT_COMPETITION_WITH_TUTOR
            categorias, categoria, nivel, is_white, puntos = options

            self.manager = ManagerCompeticion.ManagerCompeticion(self)
            self.manager.start(categorias, categoria, nivel, is_white, puntos)
Ejemplo n.º 2
0
    def competicion(self):
        opciones = WCompetitionWithTutor.datos(self.main_window,
                                               self.configuracion, self)
        if opciones:
            # self.game_type = GT_COMPETITION_WITH_TUTOR
            categorias, categoria, nivel, is_white, puntos = opciones

            self.gestor = GestorCompeticion.GestorCompeticion(self)
            self.gestor.inicio(categorias, categoria, nivel, is_white, puntos)