/**
  * Called by play again button on click
  */
 public void playAgain()
 {
     Debug.Log("Play again called");
     game.restartGame();
 }