Exemplo n.º 1
0
 def __init__(self, h=7, v=6, k=4):
     TicTacToe.__init__(self, h, v, k)
Exemplo n.º 2
0
    def __init__(self, host, port):
        self.Connect((host, port))
        self.players = {}
        self.data = []

        TicTacToe.__init__(self)
 def __init__(self, h=7, v=6, k=4):
     TicTacToe.__init__(self, h, v, k)