The worked example scoring rule
Select the required cells. Add selected values in each row and each column. Find the line-sum value that occurs most often.
An empty row or column receives line sum 0. On the 8×8 board, count all eight row sums and all eight column sums.
A small scoring example: suppose the row sums on a 3×3 board are 6, 6, 3 and its column sums are 6, 6, 3. Across these six lines, 6 appears four times and 3 appears twice. The most frequent sum is 6, so the score is 6 × 4 = 24.
Tie rule for every board on this page: first find the greatest frequency. If several sums share that frequency, use the one giving the largest product. For example, if 6 and 8 each appear twice and no sum appears more often, use 8 × 2 = 16. “Modal sums” means the sums tied for that greatest frequency.