Beispiel #1
0
 //each of these methods tell the game manager what difficulty the user selected then hides
 private void easyButton_Click(object sender, EventArgs e)
 {
     game.createEasyGame();
     this.Hide();
 }