blob: 95a06722baf97f1b5dc6c6ecffe2ae636656702f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# ESIEEquest
A simple adventure game made as part of unit IGI-1002 (Java) at ESIEE Paris.
## Repository structure
- /game: the BlueJ project
- /website: the project's website
- /report: the LaTeX project report
## Continuous integration
The website, the LaTeX report, the .jar and the Javadoc are automagically generated through Gitlab CI and published on the [project's website](http://esieequest.pacien.net/).
## Code guidelines
For the conventions, see the ["Objects First With Java" style guide](http://www.esiee.fr/~bureaud/Unites/BlueJ/OFWJ-styleguide.htm).
Also use the Eclipse code formatter, and tabs instead of spaces for indentation.
## Authors
Group 3F:
- Pacien TRAN-GIRARD
- BenoƮt LUBRANO DI SBARAGLIONE
|