diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2023-06-02 13:02:08 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2023-06-02 13:02:08 +0200 |
commit | 88fbf5f8919211cfa06116a76f42fb26ec9f2e18 (patch) | |
tree | 962d26ca9b07bb28fae607e4d8ba4008893b1900 /doc/tex/glossary.tex | |
parent | 2d895e4abb26eccefe6b4bc201fd60eb79600e3e (diff) | |
download | imago-88fbf5f8919211cfa06116a76f42fb26ec9f2e18.tar.gz imago-88fbf5f8919211cfa06116a76f42fb26ec9f2e18.zip |
Second revision and added rules of the game.
Diffstat (limited to 'doc/tex/glossary.tex')
-rw-r--r-- | doc/tex/glossary.tex | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/doc/tex/glossary.tex b/doc/tex/glossary.tex index b1cea02..d14dc02 100644 --- a/doc/tex/glossary.tex +++ b/doc/tex/glossary.tex @@ -22,8 +22,8 @@ \newglossaryentry{suicide} { name=suicide move, - description={A typically prohibited move which would cause the player's - group to have zero liberties} + description={A typically prohibited move which doesn't capture any stone + and results in the player's group having zero liberties} } \newglossaryentry{tsumego} @@ -32,5 +32,22 @@ 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} |