def black_move(self):
        """
        Calls the black player's ``generate_move()``
        method and updates the board with the move returned.
        """