예제 #1
0
 public int GetWhiteScore()
 {
     return(GameOperator.GetDiscs(board, GameProperties.WHITE).Count);
 }
예제 #2
0
 public int GetBlackScore()
 {
     return(GameOperator.GetDiscs(board, GameProperties.BLACK).Count);
 }