isGameFinished method

bool isGameFinished()

Implementation

bool isGameFinished() {
  return _finished;
}