public void StartGame() { Grid = new SaperGrid(); System.Console.WriteLine("Starting new saper game!"); }
public void CreateBoard(int rows, int columns) { Grid = new SaperGrid(rows, columns); }