playRandomGame method

int playRandomGame()

Implementation

int playRandomGame() {
  while (!_finished) makeRandomMove();

  return _gameResult;
}