aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/glossary.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/glossary.tex')
-rw-r--r--doc/tex/glossary.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/tex/glossary.tex b/doc/tex/glossary.tex
new file mode 100644
index 0000000..8b43e94
--- /dev/null
+++ b/doc/tex/glossary.tex
@@ -0,0 +1,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}