private void ResetGame() { PauseGame(); gameStarted = false; grid.Clear(); grid = GetNewGrid(60, chosenGame); ResetCellSelection(); HideChooseColourBox(); chooseGameDropdown.Enabled = true; tickCounter = 0; cyclesLabel.Text = $"Cycles: {tickCounter.ToString()}"; DGVSetter.GetDataFromGrid(grid, dataGridView, cellSize); }