Ejemplo n.º 1
0
 /// <summary>
 /// Sets the Difficulty to easy.
 /// Sets the Minefield to 10x10 with 10 mines
 /// </summary>
 public void SetEasy()
 {
     minefield.CreateMineField(10, 10, 10);
     currentDifficulty = "easy";
 }