# ESIEEquest A simple adventure game made as part of unit IGI-1002 (Java) at ESIEE Paris. ## Project resources The maps, the scenario, the planning and other resources are stored on [Google Drive](https://drive.google.com/folderview?id=0B1_LKCFPsrpyQXNieUlNSEhYOU0&usp=sharing). ## Repository structure - /src: the Java source code - /lib: jar libraries - /res: non Java resources to be included in the .jar - /war: HTML, CSS and JS related to the web app - /test: command test text files - /website: the project's website - /report: the LaTeX project report ## Continuous integration The website, the LaTeX report, the .jar, the Javascript web app and the Javadoc are automagically generated width ant 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.bluej.org/objects-first/styleguide.html). Also use the Eclipse code formatter, tabs instead of spaces for indentation and opening curly braces on the same line. Do not use prefixes such as "a", "p", "v" or "pkg_" on variables and packages. Try to use "final" and "this." as often as possible. ## Authors Group 3F: - Pacien TRAN-GIRARD - BenoƮt LUBRANO DI SBARAGLIONE