Esempio n. 1
0
        int ScoreRow(int rowNumber)
        {
            int dif = nonogram.CELLS_TO_PAINT_IN_ROW[rowNumber] - nonogram.PaintedCellsInRow(rowNumber);

            return(Math.Abs(dif));
        }