Ejemplo n.º 1
0
 def other_player(self):
     return self.players[next(self.board.color())]
Ejemplo n.º 2
0
 def lose(self):
     self.chess.win(next(self.color))