aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/glossary.tex
blob: d14dc020967f053a544c724a7d579423a567baee (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
\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 doesn't capture any stone
	and results in the player's group having zero liberties}
}

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

\newglossaryentry{criticalPoint}
{
	name=critical point,
	description={A position on the board which makes a group either live or die
	depending on who plays there first}
}

\newglossaryentry{eye}
{
	name=eye,
	description={An area surrounded by a group. If a group has at least two eyes
	it can never be captured, since the opponent would have to play in all the
	eyes simultaneously to capture it}
}

\newacronym{ai}{AI}{Artificial Intelligence}
\newacronym{sgf}{SGF}{Smart Game Format}
\newacronym{gtp}{GTP}{Go Text Protocol}
\newacronym{ast}{AST}{Annotated Syntax Tree}