diff options
-rw-r--r-- | research.tex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/research.tex b/research.tex new file mode 100644 index 0000000..7a0e7d1 --- /dev/null +++ b/research.tex @@ -0,0 +1,23 @@ +\documentclass{projdoc} +\input{meta.tex} + +\title{Research document} + +\begin{document} +\tablestables +\section{Introduction} +\section{Game engine} + \subsection{Introduction} + To build a game engine it must first be known how it works. + Which functionalities it must have and how these functionalities work together. + this section describes the general functioning of a game engine and the different parts required. + \subsection{Findings} + \subsection{Conclusion} + +\section{3rd party tools} +\subsection{Introduction} +\subsection{Findings} +\subsection{Conclusion} +\section{Conclusion} +\end{document} + |