This is where Chinese rules (area scoring -- empty points plus alive stones) can perhaps be more beneficial for beginners than Japanese rules (territory scoring -- empty points minus prisoners/dead stones)
lets look at some examples on a smaller board -- WARNING: There's math involved (but its simple math, take time to read it, I think it'll make sense)
- Click Here To Show Diagram Code
[go]$$Bc 5x5 board
$$ -------------
$$ | . . . . X |
$$ | X X X X X |
$$ | O X . O X |
$$ | O O O O O |
$$ | O . . . . |
$$ -------------[/go]
Here both black and white have played the same number of moves with 8 alive stones on the board, and each have 4 points of territory, with an unfilled dame point left. Assume 0 captured prisoner each.
Area Scoring
- Black = 8 + 4 = 12
- White = 8 + 4 = 12
result: 12 - 12 = 0 / Jigo (tie)
Territory Scoring
- Black = 4 - 0 = 4
- White = 4 - 0 = 4
result: 4 - 4 = 0 / Jigo
But now suppose black is not happy with just a tie, and still want a win, and wonders if he can kill white.
- Click Here To Show Diagram Code
[go]$$Bc 5x5 board
$$ -------------
$$ | . . . . X |
$$ | X X X X X |
$$ | O X . O X |
$$ | O O O O O |
$$ | O . 1 a . |
$$ -------------[/go]
Now if white doesn't answer at a, black will play another move at a and will indeed kill all of white's stones. The whole board will belong to black -- no need to count that score.
But if white does answer...
- Click Here To Show Diagram Code
[go]$$Bc 5x5 board
$$ -------------
$$ | . . . . X |
$$ | X X X X X |
$$ | O X . O X |
$$ | O O O O O |
$$ | O . 1 2 . |
$$ -------------[/go]
Now

can't live on its own, its dead and we remove it from the board as a prisoner at the end.
Why? Doesn't white have to actually capture it? No, and lets using Chinese area scoring to see why not...
If we don't capture it (but assume its dead and remove it as a prisoner)...
Area Scoring
- Black = 8 + 4 = 12
- White = 9 + 3 = 12
result: 12 - 12 = 0 / Jigo (tie)
Black will still only have 8 stones on the board and 4 points of territory, while white will have 9 stones on the board but only 3 points of territory.
The score is unchanged.Now lets force capture it with

(black passed).
- Click Here To Show Diagram Code
[go]$$Bc 5x5 board
$$ -------------
$$ | . . . . X |
$$ | X X X X X |
$$ | O X . O X |
$$ | O O O O O |
$$ | O 4 . 2 . |
$$ -------------[/go]
Area Scoring
- Black = 8 + 4 = 12
- White = 10 + 2 = 12
result: 12 - 12 = 0 / Jigo (tie)
Again black will still only have 8 stones on the board and 4 points of territory, while white now has 10 stones on the board and only 2 points of territory.
The score is still unchanged.This is how it should be. Stones that are not alive should not affect the score, and it doesn't matter if you actually capture them, or just simply remove them at the end -- the score won't change
But if we count those two positions using Territory scoring...
In the first example where we just remove the known dead stones
Territory Scoring
- Black = 4 - 1 = 3
- White = 3 - 0 = 3
result: 3 - 3 = 0 / Jigo
White has one "captured" black stone that is subtracted from Black's territory, and white has one less territory because he had to play to defend his group.
Whoa, look at that,
the score is still unchanged. This matches the earlier results using Area scoring. This is still as it should be -- dead stones don't affect the score.
But in the last diagram, white played an extra unnecessary move to actually capture an already dead stone.
Territory Scoring
- Black = 4 - 1 = 3
- White = 2 - 0 = 2
result: 3 - 2 = 1 / B+1
Now black wins by 1 point.
Remember, removing dead stones at the end is only a shortcut to the inevitable -- those stones won't be able to make life on their own anyway. If they could, then you should have played it out.
And as long as your opponent answers your threat, the score won't change, because the prisoners gained cancels out the filled in territory.
But if you make unanswered threats, then you are losing points for each.
Or if you play extra moves to kill already dead stones, then you lose points for each.
Except Chinese rules

Beginners, use Chinese rules and keep playing until your sure those stones are alive or dead.
Tune in next week for: "How filling the dame could have won or lost the game", and "Why AGA pass stones make area and territory scoring the same"