예제 #1
0
 /// <summary>
 /// Loads the game.
 /// </summary>
 public static void LoadGame()
 {
     ChessBoard cb = new ChessBoard ();
     cb.Initialize();
     _board = cb;
     _state = GameState.WhiteChoose;
 }
예제 #2
0
 private void InitializeBoard()
 {
     board.Initialize(content, this);
 }