From 125bf377f0b93a26842791c38ada4f45be78b2b3 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Wed, 12 Feb 2014 22:04:09 +0100 Subject: Add report draft --- report/bibliography.bib | 0 report/cover.tex | 0 report/project.tex | 37 +++++++++++++++++++++++++++++++++++++ report/report.tex | 20 ++++++++++++++++++++ report/work.tex | 1 + 5 files changed, 58 insertions(+) create mode 100644 report/bibliography.bib create mode 100644 report/cover.tex create mode 100644 report/project.tex create mode 100644 report/report.tex create mode 100644 report/work.tex (limited to 'report') diff --git a/report/bibliography.bib b/report/bibliography.bib new file mode 100644 index 0000000..e69de29 diff --git a/report/cover.tex b/report/cover.tex new file mode 100644 index 0000000..e69de29 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 @@ +\chapter{The project} + +\section{About} + +\subsection{Context} + +The development of this game was conducted ​​in part of the project-based +learning unit IGI-1002, at ESIEE Paris, in which students are asked to write a simple adventure game in Java. + +\subsection{Authors} + +This game was fully developped by Pacien TRAN-GIRARD and Benoît LUBRANO DI +SBARAGLIONE, two first year ESIEE students ('18). + +\section{The game} + +\subsection{Theme} + +At ESIEE Paris, a student must find a way to reboot the Universe. + +\subsection{Map} + +See map.svg + +\subsection{Scenario} + +\subsubsection{Preamble} + +\subsubsection{Quest: a friend} + +\subsubsection{Quest: a program} + +\subsubsection{Quest: a device} + +\subsubsection{Quest: a new start} + +\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 @@ +\documentclass{memoir} + +\begin{document} + +\input{cover} + +\cleardoublepage + +\tableofcontents* + +\clearpage + +\include{project} + +\include{work} + +\bibliographystyle{unsrt} +\bibliography{bibliography} + +\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 -- cgit v1.2.3