diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2023-06-06 20:09:08 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2023-06-06 20:09:08 +0200 |
commit | 12431ce4c4ed52fcfc2180bcffdfec33e72b73ba (patch) | |
tree | 630235a3db5287604217e87126931de842ad6499 /doc/tex/planning.tex | |
parent | 88fbf5f8919211cfa06116a76f42fb26ec9f2e18 (diff) | |
download | imago-12431ce4c4ed52fcfc2180bcffdfec33e72b73ba.tar.gz imago-12431ce4c4ed52fcfc2180bcffdfec33e72b73ba.zip |
Written user manuals.
Diffstat (limited to 'doc/tex/planning.tex')
-rw-r--r-- | doc/tex/planning.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tex/planning.tex b/doc/tex/planning.tex index 4057268..790a988 100644 --- a/doc/tex/planning.tex +++ b/doc/tex/planning.tex @@ -139,7 +139,7 @@ of the project is shown on \fref{fig:gnuGoLogo}. The \acrfull{gtp} \cite{gtp} is a text based protocol for communication with computer Go programs. It is the protocol used by GNU Go and the more modern and powerful KataGo. By supporting \acrshort{gtp} the engine developed for this -project can be used with existing GUIs and other programs, making it easier to +project can be used with existing \acrshort{gui}s and other programs, making it easier to be used with the tools target users are already familiar with. %TODO @@ -191,7 +191,7 @@ described in this file is shown visually in \fref{fig:sgfExample}. \subsubsection{Sabaki} Sabaki \cite{sabaki} is a Go board software compatible with \acrshort{gtp} -engines. It can serve as a GUI for the engine developed in this project and as +engines. It can serve as a \acrshort{gui} for the engine developed in this project and as an example of the advantages of following a standardized protocol. Part of its graphical interface is shown on \fref{fig:sabaki}. @@ -245,7 +245,7 @@ Both the game and the engine will offer a text interface. For the game this allows for quick human testing. For the engine it is mandated by the protocol, since \acrshort{gtp} is a text based protocol for programs using text interfaces. Independent programs compatible with this interface will be able to -be used in conjunction with this engine, for example to serve as a GUI. +be used in conjunction with this engine, for example to serve as a \acrshort{gui}. There is also the need of an interface with \acrshort{sgf} files so existing games can be processed by the trainer. |