blob: 133cb05dce2b8ffe7fb31683483f7b376c5af6a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
\chapter{Server status}
\label{chap:status}
client-gameserver interaction. status, info, rules, relevant information, what purpose does it serve, etc\cite{oldunreal1}.
\begin{figure}[h]
\centering
\input{tikz/overview-cgs}
\caption{Focus on interaction between client and gameserver}\label{fig:overviewcgs}
\end{figure}
\begin{figure}[H]
\centering
\input{tikz/status-exchange}
\caption{UDP interaction between the game client (left) and gameserver (right) over time.}
\label{fig:status}
\end{figure}
|