doc/kishna.tex
changeset 293 d40fbf8ba13b
parent 278 2b856bc88e6d
child 301 02ad02d28245
equal deleted inserted replaced
292:d837bd7a0da3 293:d40fbf8ba13b
    33 % The document begins
    33 % The document begins
    34 \begin{document}
    34 \begin{document}
    35 \maketitle
    35 \maketitle
    36 
    36 
    37 \section{Instructions for compiling and use}
    37 \section{Instructions for compiling and use}
    38 These should be pretty straightforward.
    38 
       
    39 You can compile the program by going trough the following procedure:
       
    40 \begin{itemize}
       
    41 \item \textsl{cd build}
       
    42 \item \textsl{./mkcmake.sh}
       
    43 \item \textsl{make install}
       
    44 \end{itemize}
       
    45 
    39 \subsection{Basic usage}
    46 \subsection{Basic usage}
    40 Starting. Default Keys. Starting the server. Connecting. etc.
    47 Starting. Default Keys. Starting the server. Connecting. etc.
       
    48 
       
    49 Controls are currently liero default controls.
       
    50 \begin{center}
       
    51 \begin{tabular}{l|l}
       
    52 \textbf{Action} & \textbf{Default key(s)} \\
       
    53 \hline
       
    54 Move left & Arrow left \\
       
    55 Move right & Arrow right \\
       
    56 Aim up & Arrow up \\
       
    57 Aim down & Arror down \\
       
    58 Shoot & Right CTRL \\
       
    59 Jump & Right shift \\
       
    60 Change weapon & Enter \\
       
    61 Shoot rope & Change weapon + jump \\
       
    62 Change rope length & Change weapon + aim up/down \\
       
    63 \end{tabular}
       
    64 \end{center}
       
    65 
       
    66 \subsubsection*{Starting the game}
       
    67 Somekind of intstuctions on starting the server, connecting etc...
       
    68 
    41 \subsection{Configuration}
    69 \subsection{Configuration}
    42 How to make configuration changes.
    70 How to make configuration changes.
    43 
    71 
    44 \section{Program architecture}
    72 \section{Program architecture}
    45 A brief description of the program architecture.
    73 A brief description of the program architecture.