/// <summary> /// Pauses the game and display the Game Over message on the screen. /// </summary> public void Die() { screenController.GameOver(); }