Exemplo n.º 1
0
 public OthelloBoard() : base(8, 8)
 {
     PlaceInitialPieces();
     _rules        = new OthelloRuleBook(this);
     BlackCounters = 2;
     WhiteCounters = 2;
 }
Exemplo n.º 2
0
 public OthelloBoard()
     : base(8, 8)
 {
     PlaceInitialPieces();
     _rules = new OthelloRuleBook(this);
     BlackCounters = 2;
     WhiteCounters = 2;
 }