moved the prelude up before 'application server'

This commit is contained in:
Jeena Paradies 2011-03-30 00:24:40 +02:00
parent ab14fb10ab
commit aa4afffde6

View file

@ -401,10 +401,6 @@ key "Gartner:1999:FFD:311531.311532"
Generic Generic
\end_layout \end_layout
\begin_layout Subsubsection
Application-Server targeted on games of different types
\end_layout
\begin_layout Standard \begin_layout Standard
A generic game server has to be able to run different client-server network A generic game server has to be able to run different client-server network
games regardless of the platform the clients are running on. games regardless of the platform the clients are running on.
@ -416,6 +412,10 @@ real time games
and turn based games. and turn based games.
\end_layout \end_layout
\begin_layout Subsubsection
Application-Server targeted on games of different types
\end_layout
\begin_layout Standard \begin_layout Standard
The server is something like a application server designed to help to run The server is something like a application server designed to help to run
games. games.
@ -521,6 +521,12 @@ Wheel of Fortune
. .
\end_layout \end_layout
\begin_layout Standard
Both game types have varying difficulties and needs when it comes to implementin
g them, a Generic Game Server should address all of them and help the developer
to acomplish his goal.
\end_layout
\begin_layout Section \begin_layout Section
Challenges Challenges
\end_layout \end_layout