private void Restart() { Game = new BullsnCows(LEN, symbol, message, guessButton, answerButton); symbol.Emotion = Symbol.Emotions.Calm; computerLog.Items.Clear(); playerLog.Items.Clear(); }
public MainWindow() { InitializeComponent(); Game = new BullsnCows(LEN, symbol, message, guessButton, answerButton); }