From 88fbf5f8919211cfa06116a76f42fb26ec9f2e18 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 2 Jun 2023 13:02:08 +0200 Subject: Second revision and added rules of the game. --- doc/tex/glossary.tex | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'doc/tex/glossary.tex') 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} -- cgit v1.2.1