/// <summary> /// Resets the game to prepare it for new game. /// </summary> private void ResetGame() { _strategy.ResetStrategy(); ComputerPlayer.DisposePLayer(); HumanPlayer.DisposePLayer(); Console.Clear(); }