diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2023-05-13 19:44:54 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2023-05-13 19:44:54 +0200 |
commit | 2d895e4abb26eccefe6b4bc201fd60eb79600e3e (patch) | |
tree | 073ee74fd751fd3535d983275258e77adbf1de08 /doc/tex/appendixes.tex | |
parent | f9f150a644422714b16380e490db51989da53c61 (diff) | |
download | imago-2d895e4abb26eccefe6b4bc201fd60eb79600e3e.tar.gz imago-2d895e4abb26eccefe6b4bc201fd60eb79600e3e.zip |
Added visualization of SGF example.
Diffstat (limited to 'doc/tex/appendixes.tex')
-rw-r--r-- | doc/tex/appendixes.tex | 51 |
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} |