aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/glossary.tex
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2023-06-12 20:16:04 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2023-06-12 20:16:04 +0200
commitd4a81490bf1396089eb3dac5955a3a8e4cb26e37 (patch)
treef96febc7950c2742bc36f04ab13bff56851f2388 /doc/tex/glossary.tex
parentb08408d23186205e71dfc68634021e3236bfb45c (diff)
parent65ac3a6b050dcb88688cdc2654b1ed6693e9a160 (diff)
downloadimago-d4a81490bf1396089eb3dac5955a3a8e4cb26e37.tar.gz
imago-d4a81490bf1396089eb3dac5955a3a8e4cb26e37.zip
Merge branch 'devel'HEADmaster
Diffstat (limited to 'doc/tex/glossary.tex')
-rw-r--r--doc/tex/glossary.tex54
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/tex/glossary.tex b/doc/tex/glossary.tex
new file mode 100644
index 0000000..25c0488
--- /dev/null
+++ b/doc/tex/glossary.tex
@@ -0,0 +1,54 @@
+\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{ast}{AST}{Annotated Syntax Tree}
+\newacronym{gtp}{GTP}{Go Text Protocol}
+\newacronym{gui}{GUI}{Graphical User Interface}
+\newacronym{sgf}{SGF}{Smart Game Format}