Coder Social home page Coder Social logo

ileinterdite's Introduction

Extrait de la description du projet

Projet Île Interdite

Équipe:e.k.i.p
Membres:GUITON Clément, DAIKH Nassim, DELHOMME Baptiste, DUPLESSIS Thomas, …
Chef de projet:GUITON Clément

Description du projet

L'objectif est de débuter l'informatisation du jeu l'Île Interdite en démontrant vos capacités à concevoir et réaliser une application.

Le sujet complet du projet et les règles du jeu sont disponibles sur Chamilo.

Organisation du dépôt

Le dépôt qui est mis à disposition contient un projet Netbeans (dossiers nbproject/, src/; fichiers build.xml, manifest.mf) avec un squelette de code Java pour vous aider à démarrer le projet.

Dans ce dépôt vous trouverez aussi un dossier doc/ qui contiendra la documentation de votre projet. Le dossier contiendra en particulier :

  • votre dossier de modélisation (fichiers .vpp et .pdf)
  • votre présentation (format .pdf)

Le dépôt contient aussi deux fichiers .gitattributes et .gitignore liés à la configuration de git.

.
├── doc/
├── nbproject/
├── src/
│   ├── m2104/
│   │   └── ile_interdite/
│   │       ├── controleur/
│   │       │   └── Controleur.java
│   │       ├── modele/
│   │       │   ├── Aventurier.java
│   │       │   └── IleInterdite.java
│   │       ├── util/
│   │       │   ├── Main.java
│   │       │   ├── Message.java
│   │       │   ├── Parameters.java
│   │       │   └── Utils.java
│   │       └── vue/
│   │           ├── IHM.java
│   │           ├── MessageBox.java
│   │           ├── VueAventurier.java
│   │           ├── VueInscriptionJoueurs.java
│   │           └── VueNiveau.java
│   └── patterns/
│       └── observateur/
│           ├── Observable.java
│           └── Observateur.java
├── .gitattributes
├── .gitignore
├── build.xml
├── manifest.mf
└── README.rst

Installation

Assurez vous d'avoir installé les logiciels nécessaires pour le projet :

Les instructions d'installation de Visual Paradigm sont disponibles sur Chamilo.

Initialisation dans Netbeans

Les principales étapes pour démarrer sous Netbeans sont reprises ici. Référez vous à la documentation git de Netbeans pour avoir plus de détails.

  1. Allez dans le menu Team > Git > Clone de Netbeans.
  2. Renseigner l'URL de votre dépôt, ainsi que vos identifiants de connexion. Les informations de connexion à votre dépôt GitLab sont disponibles dans l'onglet clone sur la page d'accueil du dépôt. Utilisez l'URL en https://
  3. Vérifiez que Netbeans scannera le dépôt cloné pour trouver les projets (case à cocher).
  4. Netbeans indique qu'un projet est trouvé : cliquez sur Ouvrir.

Vous trouverez plus d'informations sur l'utilisation de git avec Netbeans dans la documentation git de Netbeans.

ileinterdite's People

Contributors

thomasduple avatar probablyclem avatar delhomba avatar aous-hpa avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.