doc/kishna.tex
author nireco
Sun, 07 Dec 2008 19:14:42 +0000
changeset 250 84c553d61291
parent 238 15193c2bbe2f
child 269 9024e805b4e2
permissions -rw-r--r--
fixed digging, now bugs differently. Changed image_drawing to draw image 1:1
\documentclass[a4papre,12pt]{article}

\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{listings} % For listing code

% Fancy headers
\usepackage{fancyhdr}
\fancypagestyle{plain} {
    \fancyhf{}
    \renewcommand{\headrulewidth}{0.4pt}
    \lhead{\textbf{Group 66}}
    \chead{\textbf{Kishna Glista - liero clone}}
    \rhead{\textsl{AS-0.1102}}
    \cfoot{\thepage}
}
\pagestyle{plain}

% Paragraph formatting
\frenchspacing
\setlength{\parindent}{0pt} 
\setlength{\parskip}{1ex plus 0.5ex minus 0.2ex}

% Title information
\title{Kishna Glista - Liero Clone}
\author{\normalsize{\begin{tabular}{lll}
Atle Kivelä & 79171V & atle.kivela@tkk.fi \\
Eric Malmi & & \\
Tero Marttila & & \\
Marko Rasa & & \\
\end{tabular}}}

% The document begins
\begin{document}
\maketitle

\section{Instructions for compiling and use}
These should be pretty straightforward.
\subsection{Basic usage}
Starting. Default Keys. Starting the server. Connecting. etc.
\subsection{Configuration}
How to make configuration changes.

\section{Program architecture}
A brief description of the program architecture.

\section{Data structures and algorithms}
Vectors, lists, collision detection, runge kutta, something network related?

\section{Known bugs}
A lots of them (or maybe not).

\section{Tasks sharing and schedule}
Hectic ass hell. Communication worked pretty well but we weren't as systematic
as we should have been.

\section{Differences to the original plan}
The plan was loose enough to let us make decisions during development. 

% References
\begin{thebibliography}{99}
\bibitem{foo} Foo reference
\end{thebibliography}

\end{document}