diff options
Diffstat (limited to 'report')
-rw-r--r-- | report/bibliography.bib | 0 | ||||
-rw-r--r-- | report/cover.tex | 49 | ||||
-rw-r--r-- | report/document.tex | 44 | ||||
-rw-r--r-- | report/project.tex | 105 | ||||
-rw-r--r-- | report/report.tex | 20 | ||||
-rw-r--r-- | report/resources/Logo_ESIEE_Paris_mono.pdf | bin | 0 -> 2544 bytes | |||
-rw-r--r-- | report/style/pascience-defaults.tex | 14 | ||||
-rw-r--r-- | report/style/pascience-listings.tex | 19 | ||||
-rw-r--r-- | report/style/pascience-numbering.tex | 19 | ||||
-rw-r--r-- | report/style/pascience-pages.tex | 19 | ||||
-rw-r--r-- | report/style/pascience-texts.tex | 25 | ||||
-rw-r--r-- | report/style/pascience-titles.tex | 33 | ||||
-rw-r--r-- | report/style/pascience-toc.tex | 5 | ||||
-rw-r--r-- | report/work.tex | 1 |
14 files changed, 353 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..7fe943a --- /dev/null +++ b/report/cover.tex | |||
@@ -0,0 +1,49 @@ | |||
1 | %%%%%%%%%%%%%%%%%%%% | ||
2 | %% COVER | ||
3 | %%%%%%%%%%%%%%%%%%%% | ||
4 | |||
5 | \thispagestyle{empty} | ||
6 | |||
7 | {\sffamily\centering\Large | ||
8 | |||
9 | ~\vspace{\fill} | ||
10 | |||
11 | {\Huge\bfseries | ||
12 | ESIEEquest - Project report | ||
13 | } | ||
14 | |||
15 | \vspace{0.4cm} | ||
16 | |||
17 | {\Huge | ||
18 | IGI-1002 A3P | ||
19 | } | ||
20 | |||
21 | \vspace{2.75cm} | ||
22 | |||
23 | {\Large\textcolor{gray25}{ | ||
24 | Pacien TRAN-GIRARD | ||
25 | }} | ||
26 | |||
27 | {\Large\textcolor{gray25}{ | ||
28 | Benoît LUBRANO DI SBARAGLIONE | ||
29 | }} | ||
30 | |||
31 | \vspace{0.25cm} | ||
32 | |||
33 | % {\Large\textcolor{gray25}{ | ||
34 | % Supervisor: Pr. Cave JOHNSON | ||
35 | % }} | ||
36 | |||
37 | \vspace{4cm} | ||
38 | |||
39 | \vspace{\fill} | ||
40 | |||
41 | \includegraphics{resources/Logo_ESIEE_Paris_mono} | ||
42 | |||
43 | \vspace{0.5cm} | ||
44 | |||
45 | {\large\textcolor{gray25}{ | ||
46 | April 2014 | ||
47 | }} | ||
48 | |||
49 | } | ||
diff --git a/report/document.tex b/report/document.tex new file mode 100644 index 0000000..007276a --- /dev/null +++ b/report/document.tex | |||
@@ -0,0 +1,44 @@ | |||
1 | %%%%%%%%%%%%%%%%%%%% | ||
2 | %% HEADER | ||
3 | %%%%%%%%%%%%%%%%%%%% | ||
4 | |||
5 | \input{style/pascience-defaults} | ||
6 | |||
7 | %\usepackage[francais]{babel} | ||
8 | |||
9 | \input{style/pascience-pages} | ||
10 | \input{style/pascience-numbering} | ||
11 | |||
12 | \input{style/pascience-titles} | ||
13 | \input{style/pascience-texts} | ||
14 | |||
15 | \input{style/pascience-toc} | ||
16 | |||
17 | \input{style/pascience-listings} | ||
18 | |||
19 | |||
20 | %%%%%%%%%%%%%%%%%%%% | ||
21 | %% DOCUMENT | ||
22 | %%%%%%%%%%%%%%%%%%%% | ||
23 | |||
24 | \begin{document} | ||
25 | |||
26 | \input{cover} | ||
27 | |||
28 | \clearpage | ||
29 | %\cleardoublepage | ||
30 | |||
31 | \tableofcontents* | ||
32 | |||
33 | \clearpage | ||
34 | |||
35 | |||
36 | \input{project} | ||
37 | |||
38 | \input{work} | ||
39 | |||
40 | \bibliographystyle{unsrt} | ||
41 | \bibliography{bibliography} | ||
42 | |||
43 | |||
44 | \end{document} \ No newline at end of file | ||
diff --git a/report/project.tex b/report/project.tex new file mode 100644 index 0000000..ea9c5ff --- /dev/null +++ b/report/project.tex | |||
@@ -0,0 +1,105 @@ | |||
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, in which students are asked to write a | ||
9 | simple adventure game in Java. | ||
10 | |||
11 | \subsection{Authors} | ||
12 | |||
13 | This game was fully developped by Pacien TRAN-GIRARD and Benoît LUBRANO DI | ||
14 | SBARAGLIONE, two first year students ('18) at ESIEE Paris. | ||
15 | |||
16 | \section{The game} | ||
17 | |||
18 | \subsection{Theme} | ||
19 | |||
20 | A student attends a presentation at ESIEE Paris, when the Universe | ||
21 | suddenly crashes. He must then find a way to reboot it. | ||
22 | |||
23 | \subsection{Map} | ||
24 | |||
25 | The map was divided into two parts: one playable, and one off-script. | ||
26 | |||
27 | \subsubsection{Main map} | ||
28 | |||
29 | The main map is the one in which the story unfolds, and where the player can | ||
30 | move. | ||
31 | The layout is based on the architecture of the building of the school, and only essential rooms are there. | ||
32 | |||
33 | [Main map] | ||
34 | |||
35 | \subsubsection{Off-script map} | ||
36 | |||
37 | A second map was created to include the mandatory elements required in the exercises but beings out of the scenario. | ||
38 | Although independent, it can be accessed via the main map by entering the toilet | ||
39 | (located on the ground floor of the third wing). | ||
40 | |||
41 | After entering this area, it is (deliberately) no longer possible to return to | ||
42 | the main map and to continue the game. | ||
43 | |||
44 | [Off-script map] | ||
45 | |||
46 | \subsection{Scenario} | ||
47 | |||
48 | [Diagram of the scenario] | ||
49 | |||
50 | The presentation of a student project goes wrong, and you are - almost - the | ||
51 | only one who can save the world. | ||
52 | |||
53 | \subsubsection{Preamble} | ||
54 | |||
55 | The player attends the presentation of a mysterious project, led by Pacien and | ||
56 | Benoît, both on stage. | ||
57 | |||
58 | As it begins, a corrupt image appears instead of the slideshow. | ||
59 | Both students therefore decides to demonstrate their invention, hidden from view | ||
60 | of the player by the public in front. | ||
61 | Barely begun, the light suddenly turns off, and then returns. | ||
62 | |||
63 | The player discovers that everyone has disappeared. | ||
64 | |||
65 | He goes on the stage and finds a note instead of the machine: "In case of | ||
66 | emergency, find Athanase, Office 3254." | ||
67 | |||
68 | |||
69 | \subsubsection{First quest: the friend} | ||
70 | |||
71 | Athanase is very, very hungry, and makes it clear to the player. | ||
72 | |||
73 | $\rightarrow$ The player must bring a banana from the cafeteria to Athanase. | ||
74 | |||
75 | \subsubsection{Second quest: the program} | ||
76 | |||
77 | Athanase tells the player that the Universe has crashed, and that there is a | ||
78 | disk containing an emergency program created by someone called Jesus to overcome | ||
79 | this incongruous situation. | ||
80 | |||
81 | $\rightarrow$ The player must bring this disk, hidden at the Club*nix, | ||
82 | to Athanase. | ||
83 | |||
84 | \subsubsection{Third quest: the device} | ||
85 | |||
86 | Athanase asks the player to connect to the Universe in order to run this | ||
87 | program. To achieve this, he must use a portable transponder developed at | ||
88 | ESIEEspace. | ||
89 | |||
90 | $\rightarrow$ The player must pick up the transponder at ESIEEspace and bring | ||
91 | it to Athanase. | ||
92 | |||
93 | \subsubsection{Fourth quest: the new start} | ||
94 | |||
95 | Athanase asks the player to run the program on the transponder. However, in | ||
96 | order that it can connect to the Universe , he must find a way to amplify the | ||
97 | signal, with an antenna. | ||
98 | |||
99 | $\rightarrow$ The player must go to the roundabout in front of the ESIEE | ||
100 | main entrance and use the giant peak as an antenna. | ||
101 | |||
102 | \subsubsection{Ending} | ||
103 | |||
104 | The transponder connects to the Universe and the initialisation script starts. | ||
105 | Many Nyan cats appear in the sky. | ||
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/resources/Logo_ESIEE_Paris_mono.pdf b/report/resources/Logo_ESIEE_Paris_mono.pdf new file mode 100644 index 0000000..0c63ee8 --- /dev/null +++ b/report/resources/Logo_ESIEE_Paris_mono.pdf | |||
Binary files differ | |||
diff --git a/report/style/pascience-defaults.tex b/report/style/pascience-defaults.tex new file mode 100644 index 0000000..7caa84a --- /dev/null +++ b/report/style/pascience-defaults.tex | |||
@@ -0,0 +1,14 @@ | |||
1 | %%%%%%%%%%%%%%%%%%%% | ||
2 | %% DEFAULTS PACKAGES | ||
3 | %%%%%%%%%%%%%%%%%%%% | ||
4 | |||
5 | % Default document class and paper format | ||
6 | \documentclass[12pt,a4paper]{memoir} | ||