diff options
Diffstat (limited to 'report')
-rw-r--r-- | report/bibliography.bib | 0 | ||||
-rw-r--r-- | report/cover.tex | 0 | ||||
-rw-r--r-- | report/project.tex | 37 | ||||
-rw-r--r-- | report/report.tex | 20 | ||||
-rw-r--r-- | report/work.tex | 1 |
5 files changed, 58 insertions, 0 deletions
diff --git a/report/bibliography.bib b/report/bibliography.bib new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/report/bibliography.bib | |||
diff --git a/report/cover.tex b/report/cover.tex new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/report/cover.tex | |||
diff --git a/report/project.tex b/report/project.tex new file mode 100644 index 0000000..d6471ba --- /dev/null +++ b/report/project.tex | |||
@@ -0,0 +1,37 @@ | |||
1 | \chapter{The project} | ||
2 | |||
3 | \section{About} | ||
4 | |||
5 | \subsection{Context} | ||
6 | |||
7 | The development of this game was conducted in part of the project-based | ||
8 | learning unit IGI-1002, at ESIEE Paris, in which students are asked to write a simple adventure game in Java. | ||
9 | |||
10 | \subsection{Authors} | ||
11 | |||
12 | This game was fully developped by Pacien TRAN-GIRARD and Benoît LUBRANO DI | ||
13 | SBARAGLIONE, two first year ESIEE students ('18). | ||
14 | |||
15 | \section{The game} | ||
16 | |||
17 | \subsection{Theme} | ||
18 | |||
19 | At ESIEE Paris, a student must find a way to reboot the Universe. | ||
20 | |||
21 | \subsection{Map} | ||
22 | |||
23 | See map.svg | ||
24 | |||
25 | \subsection{Scenario} | ||
26 | |||
27 | \subsubsection{Preamble} | ||
28 | |||
29 | \subsubsection{Quest: a friend} | ||
30 | |||
31 | \subsubsection{Quest: a program} | ||
32 | |||
33 | \subsubsection{Quest: a device} | ||
34 | |||
35 | \subsubsection{Quest: a new start} | ||
36 | |||
37 | \subsubsection{Ending} \ No newline at end of file | ||
diff --git a/report/report.tex b/report/report.tex new file mode 100644 index 0000000..7616326 --- /dev/null +++ b/report/report.tex | |||
@@ -0,0 +1,20 @@ | |||
1 | \documentclass{memoir} | ||
2 | |||
3 | \begin{document} | ||
4 | |||
5 | \input{cover} | ||
6 | |||
7 | \cleardoublepage | ||
8 | |||
9 | \tableofcontents* | ||
10 | |||
11 | \clearpage | ||
12 | |||
13 | \include{project} | ||
14 | |||
15 | \include{work} | ||
16 | |||
17 | \bibliographystyle{unsrt} | ||
18 | \bibliography{bibliography} | ||
19 | |||
20 | \end{document} | ||
diff --git a/report/work.tex b/report/work.tex new file mode 100644 index 0000000..d0b13b5 --- /dev/null +++ b/report/work.tex | |||
@@ -0,0 +1 @@ | |||
\chapter{Work progression} \ No newline at end of file | |||