aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/planning.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/planning.tex')
-rw-r--r--doc/tex/planning.tex6
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.