isGameOver method

bool isGameOver()

Implementation

bool isGameOver() {
  return game.game_over;
}