diff options
author | Benoît LUBRANO DI SBARAGLIONE | 2014-06-10 17:10:21 +0200 |
---|---|---|
committer | Benoît LUBRANO DI SBARAGLIONE | 2014-06-10 17:10:21 +0200 |
commit | b74fc3ba1cee0096c6e95ed9ad20851e1ded390b (patch) | |
tree | 9454d789a37c5736781e9ac36ecc3317a69a755b /report | |
parent | f0a04cee3a0fb88851b2366c3ca7224e5456e0a1 (diff) | |
parent | 11a9cb0324edf91370482c7bb3ac4425768f7902 (diff) | |
download | esieequest-b74fc3ba1cee0096c6e95ed9ad20851e1ded390b.tar.gz |
Merge branch 'master' of https://gitlab.pacien.net/pacien/a3p-esieequest
Diffstat (limited to 'report')
-rw-r--r-- | report/project.tex | 21 | ||||
-rw-r--r-- | report/resources/Map_ESIEEquest_Main.pdf | bin | 0 -> 157342 bytes | |||
-rw-r--r-- | report/resources/Map_ESIEEquest_Off-script.pdf | bin | 0 -> 84787 bytes | |||
-rw-r--r-- | report/resources/Scenario.pdf | bin | 0 -> 155991 bytes | |||
-rw-r--r-- | report/userguide.tex | 4 |
5 files changed, 22 insertions, 3 deletions
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 | |||
30 | move. | 30 | move. |
31 | The layout is based on the architecture of the building of the school, and only essential rooms are there. | 31 | The layout is based on the architecture of the building of the school, and only essential rooms are there. |
32 | 32 | ||
33 | [Main map] | 33 | \begin{figure}[p] |
34 | \centering | ||
35 | \includegraphics[scale=0.5,angle=90]{resources/Map_ESIEEquest_Main} | ||
36 | \caption{Main map} | ||
37 | \label{figure:main_map} | ||
38 | \end{figure} | ||
34 | 39 | ||
35 | \subsubsection{Off-script map} | 40 | \subsubsection{Off-script map} |
36 | 41 | ||
@@ -41,11 +46,21 @@ Although independent, it can be accessed via the main map by entering the toilet | |||
41 | After entering this area, it is (deliberately) no longer possible to return to | 46 | After entering this area, it is (deliberately) no longer possible to return to |
42 | the main map and to continue the game. | 47 | the main map and to continue the game. |
43 | 48 | ||
44 | [Off-script map] | 49 | \begin{figure}[h] |
50 | \centering | ||
51 | \includegraphics[scale=1]{resources/Map_ESIEEquest_Off-script} | ||
52 | \caption{Off-script map} | ||
53 | \label{figure:offscript_map} | ||
54 | \end{figure} | ||
45 | 55 | ||
46 | \subsection{Scenario} | 56 | \subsection{Scenario} |
47 | 57 | ||
48 | [Diagram of the scenario] | 58 | \begin{figure}[p] |
59 | \centering | ||
60 | \includegraphics[scale=1]{resources/Scenario} | ||
61 | \caption{Scenario diagram} | ||
62 | \label{figure:scenario_diagram} | ||
63 | \end{figure} | ||
49 | 64 | ||
50 | The presentation of a student project goes wrong, and you are - almost - the | 65 | The presentation of a student project goes wrong, and you are - almost - the |
51 | only one who can save the world. | 66 | 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 --- /dev/null +++ b/report/resources/Map_ESIEEquest_Main.pdf | |||
Binary files 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 --- /dev/null +++ b/report/resources/Map_ESIEEquest_Off-script.pdf | |||
Binary files differ | |||
diff --git a/report/resources/Scenario.pdf b/report/resources/Scenario.pdf new file mode 100644 index 0000000..d5a1071 --- /dev/null +++ b/report/resources/Scenario.pdf | |||
Binary files 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. | |||
24 | An offline version of the game referred as ``standalone app'' can be executed by | 24 | An offline version of the game referred as ``standalone app'' can be executed by |
25 | opening the .jar. The Java Runtime Environment is required. | 25 | opening the .jar. The Java Runtime Environment is required. |
26 | 26 | ||
27 | Because of the size limit imposed by JNews, the version sent for evaluation does | ||
28 | not contain any image. To obtain the full version of the game, please go to | ||
29 | the project webpage. | ||
30 | |||
27 | \subsubsection{Applet} | 31 | \subsubsection{Applet} |
28 | 32 | ||
29 | This interface can be executed as an applet on the | 33 | This interface can be executed as an applet on the |