aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/glossary.tex
blob: 8b43e94973f8634737f67c576787534eda751f7a (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 which prevents plays that would repeat the previous
	board position}
}

\newglossaryentry{superko}
{
	name=superko,
	description={An extension to the ko rule to prevent 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}