aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/appendixes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/appendixes.tex')
-rw-r--r--doc/tex/appendixes.tex51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/tex/appendixes.tex b/doc/tex/appendixes.tex
new file mode 100644
index 0000000..89c413c
--- /dev/null
+++ b/doc/tex/appendixes.tex
@@ -0,0 +1,51 @@
+\section{Appendixes}
+
+Additional information is included here, after the main sections regarding the
+project.
+
+\subsection{Budget}
+
+Here are tables regarding the costs of resources and development for the
+project.
+
+\subsubsection{Work resources}
+
+The costs are calculated based on a programmer salary of 20€/hour.
+
+\begin{table}[h]
+ \makebox[\linewidth]{
+ \begin{tabular}{l r r}
+ \toprule
+ \textbf{Task} & \textbf{Time (hours)} & \textbf{Cost (€)} \\
+ \midrule
+ Game preliminary research & 15 & 300 \\
+ \midrule
+ Game implementation & 55 & 1100 \\
+ \midrule
+ Game unit testing & 50 & 1000 \\
+ \midrule
+ Game system testing & 5 & 100 \\
+ \midrule
+ \textbf{Total} & \textbf{125} & \textbf{2500} \\
+ \bottomrule
+ \end{tabular}
+ }
+\end{table}
+
+%TODO: Finish budgets
+
+\subsubsection{Material resources}
+
+\begin{table}[h]
+ \makebox[\linewidth]{
+ \begin{tabular}{l r}
+ \toprule
+ \textbf{Resource} & \textbf{Cost (€)} \\
+ \midrule
+ Development computer & 600 \\
+ \bottomrule
+ \end{tabular}
+ }
+\end{table}
+
+\subsubsection{Totals}