Beispiel #1
0
 /// <summary> Initialises the game and the elements </summary>
 public void InitialiseGame()
 {
     _Zippy.Reset();
     _LifeText.Text  = $"x{_Zippy.Lives}";
     _TotalScore     = 0;
     _ScoreText.Text = "0";
 }