Exemplo n.º 1
0
 public int GetWhiteScore()
 {
     return(GameOperator.GetDiscs(board, GameProperties.WHITE).Count);
 }
Exemplo n.º 2
0
 public int GetBlackScore()
 {
     return(GameOperator.GetDiscs(board, GameProperties.BLACK).Count);
 }