Update
This commit is contained in:
parent
a24fe89eec
commit
a2d7ca294d
11 changed files with 64 additions and 6 deletions
5
go.md
5
go.md
|
@ -40,7 +40,10 @@ The **ko** rule states that one mustn't make a move that returns the board to th
|
|||
|
||||
**Prisoners** are enemy's stones that are OBVIOUSLY in your territory and so are practically dead. I.e. they are inside what's clearly not their territory and with further play would clearly be captured. Obvious here is a matter of agreement between players -- if players disagree whether some stones are obvious prisoners, they simply keep playing and resolve the situation.
|
||||
|
||||
**Scoring:** there are multiple scoring systems, but the most common seems to be the following. At the end of the game we count the score for black as the size of black's territory PLUS one point for each stone black has captured PLUS one point for each white prisoner in black's territory. Score for white is computed analogously but we also add the komi compensation. The player with more points wins.
|
||||
**Scoring:** scoring assigns points to each player when the game is over, the one with more points win. There are multiple scoring systems, most common are these two:
|
||||
|
||||
- **Chinese** (area scoring): more [KISS](kiss.md), the score is just each player's area (surrounded empty square PLUS squares occupied by the player's stones), plus komi for white.
|
||||
- **Japanese** (territory scoring): At the end of the game we count the score for black as the size of black's territory PLUS one point for each stone black has captured PLUS one point for each white prisoner (a would be captured stone) in black's territory. Score for white is computed analogously but we also add the komi compensation.
|
||||
|
||||
**Handicaps:** TODO.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue