checkEndGame method

bool checkEndGame()

Implementation

bool checkEndGame() {
  return lives == 0;
}