예제 #1
0
 /// <summary>
 /// Reset the game
 /// </summary>
 private void resetMainWindows()
 {
     board.InitGame();
     updateTilesReference();
     UpdateGridValue();
     DataContext        = board;
     numConsecutiveSkip = 0;
 }