aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/glossary.tex
blob: b1cea02dc57117e5a6260b941d953d3064c75fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\newglossaryentry{ko}
{
	name=ko,
	description={A rule forbidding plays that would repeat the previous board
	position}
}

\newglossaryentry{superko}
{
	name=superko,
	description={A modification to the ko rule forbidding plays that would
	repeat any previous board position and not just the last one}
}

\newglossaryentry{komi}
{
	name=komi,
	description={Points given to the white player to compensate for playing
	second}
}

\newglossaryentry{suicide}
{
	name=suicide move,
	description={A typically prohibited move which would cause the player's
	group to have zero liberties}
}

\newglossaryentry{tsumego}
{
	name=tsumego,
	description={A Go problem}
}

\newacronym{sgf}{SGF}{Smart Game Format}
\newacronym{gtp}{GTP}{Go Text Protocol}