Exemple #1
0
 public OthelloBoard() : base(8, 8)
 {
     PlaceInitialPieces();
     _rules        = new OthelloRuleBook(this);
     BlackCounters = 2;
     WhiteCounters = 2;
 }
Exemple #2
0
 public OthelloBoard()
     : base(8, 8)
 {
     PlaceInitialPieces();
     _rules = new OthelloRuleBook(this);
     BlackCounters = 2;
     WhiteCounters = 2;
 }