def other_player(self): return self.players[next(self.board.color())]
def lose(self): self.chess.win(next(self.color))