コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: rheech/AlphaGu
 private void Restart()
 {
     Game           = new BullsnCows(LEN, symbol, message, guessButton, answerButton);
     symbol.Emotion = Symbol.Emotions.Calm;
     computerLog.Items.Clear();
     playerLog.Items.Clear();
 }
コード例 #2
0
ファイル: MainWindow.xaml.cs プロジェクト: rheech/AlphaGu
 public MainWindow()
 {
     InitializeComponent();
     Game = new BullsnCows(LEN, symbol, message, guessButton, answerButton);
 }