Exemplo n.º 1
0
 def __init__(self, board, move, own_turn):
     Othello.__init__(self)
     self.board = board
     self.turn = 0
     self.own_turn = own_turn
     self.move = move
     self.pass_times = 0
Exemplo n.º 2
0
 def __init__(self, own_turn):
     Othello.__init__(self)
     self.turn = own_turn
     self.own_turn = own_turn