aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/appendixes.tex
blob: 581f7649142abc79cc3784c2917a45cb7d119350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
\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}

\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}

\begin{table}[h]
	\makebox[\linewidth]{
	\begin{tabular}{l r}
		\toprule
		\textbf{Category} & \textbf{Cost (€)} \\
		\midrule
		Work & 2500 \\
		\midrule
		Materials & 600 \\
		\midrule
		\textbf{Total} & \textbf{3100} \\
		\bottomrule
	\end{tabular}
	}
\end{table}

\subsection{Budget for the client}

\begin{table}[h]
	\makebox[\linewidth]{
	\begin{tabular}{l r}
		\toprule
		\textbf{Task} & \textbf{Cost (€)} \\
		\midrule
		Game preliminary research & 300 \\
		\midrule
		Game implementation & 1100 \\
		\midrule
		Game unit testing & 1000 \\
		\midrule
		Game system testing & 100 \\
		\midrule
		Materials & 600 \\
		\midrule
		\textbf{Total} & \textbf{3100} \\
		\bottomrule
	\end{tabular}
	}
\end{table}