From 11a9cb0324edf91370482c7bb3ac4425768f7902 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 10 Jun 2014 16:40:07 +0200 Subject: Complete report --- report/project.tex | 21 ++++++++++++++++++--- report/resources/Map_ESIEEquest_Main.pdf | Bin 0 -> 157342 bytes report/resources/Map_ESIEEquest_Off-script.pdf | Bin 0 -> 84787 bytes report/resources/Scenario.pdf | Bin 0 -> 155991 bytes report/userguide.tex | 4 ++++ 5 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 report/resources/Map_ESIEEquest_Main.pdf create mode 100644 report/resources/Map_ESIEEquest_Off-script.pdf create mode 100644 report/resources/Scenario.pdf diff --git a/report/project.tex b/report/project.tex index 2b40b1f..d8d4e27 100644 --- a/report/project.tex +++ b/report/project.tex @@ -30,7 +30,12 @@ The main map is the one in which the story unfolds, and where the player can move. The layout is based on the architecture of the building of the school, and only essential rooms are there. -[Main map] +\begin{figure}[p] + \centering + \includegraphics[scale=0.5,angle=90]{resources/Map_ESIEEquest_Main} + \caption{Main map} + \label{figure:main_map} +\end{figure} \subsubsection{Off-script map} @@ -41,11 +46,21 @@ Although independent, it can be accessed via the main map by entering the toilet After entering this area, it is (deliberately) no longer possible to return to the main map and to continue the game. -[Off-script map] +\begin{figure}[h] + \centering + \includegraphics[scale=1]{resources/Map_ESIEEquest_Off-script} + \caption{Off-script map} + \label{figure:offscript_map} +\end{figure} \subsection{Scenario} -[Diagram of the scenario] +\begin{figure}[p] + \centering + \includegraphics[scale=1]{resources/Scenario} + \caption{Scenario diagram} + \label{figure:scenario_diagram} +\end{figure} The presentation of a student project goes wrong, and you are - almost - the only one who can save the world. diff --git a/report/resources/Map_ESIEEquest_Main.pdf b/report/resources/Map_ESIEEquest_Main.pdf new file mode 100644 index 0000000..19a7c6d Binary files /dev/null and b/report/resources/Map_ESIEEquest_Main.pdf differ diff --git a/report/resources/Map_ESIEEquest_Off-script.pdf b/report/resources/Map_ESIEEquest_Off-script.pdf new file mode 100644 index 0000000..d718d34 Binary files /dev/null and b/report/resources/Map_ESIEEquest_Off-script.pdf differ diff --git a/report/resources/Scenario.pdf b/report/resources/Scenario.pdf new file mode 100644 index 0000000..d5a1071 Binary files /dev/null and b/report/resources/Scenario.pdf differ diff --git a/report/userguide.tex b/report/userguide.tex index 0f90e70..5f73d38 100644 --- a/report/userguide.tex +++ b/report/userguide.tex @@ -24,6 +24,10 @@ web browser. An offline version of the game referred as ``standalone app'' can be executed by opening the .jar. The Java Runtime Environment is required. +Because of the size limit imposed by JNews, the version sent for evaluation does +not contain any image. To obtain the full version of the game, please go to +the project webpage. + \subsubsection{Applet} This interface can be executed as an applet on the -- cgit v1.2.3