diff --git a/JDR/src/Presentation/JFPlateau.form b/JDR/src/Presentation/JFPlateau.form
new file mode 100644
index 0000000..136b656
--- /dev/null
+++ b/JDR/src/Presentation/JFPlateau.form
@@ -0,0 +1,292 @@
+
+
+
diff --git a/JDR/src/Presentation/JFPlateau.java b/JDR/src/Presentation/JFPlateau.java
new file mode 100644
index 0000000..73a6eee
--- /dev/null
+++ b/JDR/src/Presentation/JFPlateau.java
@@ -0,0 +1,252 @@
+/*
+ * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+ * Click nbfs://nbhost/SystemFileSystem/Templates/GUIForms/JFrame.java to edit this template
+ */
+package Presentation;
+
+/**
+ *
+ * @author medhi.rodrigues
+ */
+public class JFPlateau extends javax.swing.JFrame {
+
+ /**
+ * Creates new form JFPlateau
+ */
+ public JFPlateau() {
+ initComponents();
+ }
+
+ /**
+ * This method is called from within the constructor to initialize the form.
+ * WARNING: Do NOT modify this code. The content of this method is always
+ * regenerated by the Form Editor.
+ */
+ @SuppressWarnings("unchecked")
+ // //GEN-BEGIN:initComponents
+ private void initComponents() {
+
+ jLabel1 = new javax.swing.JLabel();
+ jPanel1 = new javax.swing.JPanel();
+ jLabel2 = new javax.swing.JLabel();
+ jScrollPane1 = new javax.swing.JScrollPane();
+ jTextAreaPerso = new javax.swing.JTextArea();
+ jPanel2 = new javax.swing.JPanel();
+ jLabel3 = new javax.swing.JLabel();
+ jLabel4 = new javax.swing.JLabel();
+ jPanel3 = new javax.swing.JPanel();
+ jComboBox1 = new javax.swing.JComboBox<>();
+ jComboBox2 = new javax.swing.JComboBox<>();
+ jPanel4 = new javax.swing.JPanel();
+ jPanel5 = new javax.swing.JPanel();
+
+ setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
+
+ jPanel1.setBackground(new java.awt.Color(102, 0, 0));
+ jPanel1.setForeground(new java.awt.Color(242, 242, 242));
+
+ jLabel2.setIcon(new javax.swing.ImageIcon(getClass().getResource("/img/adj_1.jpg"))); // NOI18N
+
+ jTextAreaPerso.setColumns(20);
+ jTextAreaPerso.setRows(5);
+ jScrollPane1.setViewportView(jTextAreaPerso);
+
+ javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
+ jPanel1.setLayout(jPanel1Layout);
+ jPanel1Layout.setHorizontalGroup(
+ jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(jPanel1Layout.createSequentialGroup()
+ .addGap(27, 27, 27)
+ .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
+ .addComponent(jLabel2, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
+ .addGap(25, 25, 25))
+ );
+ jPanel1Layout.setVerticalGroup(
+ jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(jPanel1Layout.createSequentialGroup()
+ .addGap(36, 36, 36)
+ .addComponent(jLabel2)
+ .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 29, Short.MAX_VALUE)
+ .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 251, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addContainerGap())
+ );
+
+ jPanel2.setBackground(new java.awt.Color(255, 153, 0));
+
+ jLabel3.setIcon(new javax.swing.ImageIcon(getClass().getResource("/img/famille_1.jpg"))); // NOI18N
+
+ jLabel4.setText("Choix des personnages");
+
+ jPanel3.setBackground(new java.awt.Color(204, 255, 255));
+
+ jComboBox1.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "Item 1", "Item 2", "Item 3", "Item 4" }));
+
+ jComboBox2.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "Item 1", "Item 2", "Item 3", "Item 4" }));
+
+ javax.swing.GroupLayout jPanel4Layout = new javax.swing.GroupLayout(jPanel4);
+ jPanel4.setLayout(jPanel4Layout);
+ jPanel4Layout.setHorizontalGroup(
+ jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGap(0, 165, Short.MAX_VALUE)
+ );
+ jPanel4Layout.setVerticalGroup(
+ jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGap(0, 154, Short.MAX_VALUE)
+ );
+
+ javax.swing.GroupLayout jPanel5Layout = new javax.swing.GroupLayout(jPanel5);
+ jPanel5.setLayout(jPanel5Layout);
+ jPanel5Layout.setHorizontalGroup(
+ jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGap(0, 150, Short.MAX_VALUE)
+ );
+ jPanel5Layout.setVerticalGroup(
+ jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGap(0, 0, Short.MAX_VALUE)
+ );
+
+ javax.swing.GroupLayout jPanel3Layout = new javax.swing.GroupLayout(jPanel3);
+ jPanel3.setLayout(jPanel3Layout);
+ jPanel3Layout.setHorizontalGroup(
+ jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(jPanel3Layout.createSequentialGroup()
+ .addGap(30, 30, 30)
+ .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addComponent(jComboBox1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addComponent(jPanel4, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
+ .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 179, Short.MAX_VALUE)
+ .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel3Layout.createSequentialGroup()
+ .addComponent(jComboBox2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addGap(59, 59, 59))
+ .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel3Layout.createSequentialGroup()
+ .addComponent(jPanel5, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addGap(21, 21, 21))))
+ );
+ jPanel3Layout.setVerticalGroup(
+ jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(jPanel3Layout.createSequentialGroup()
+ .addGap(23, 23, 23)
+ .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
+ .addComponent(jComboBox1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addComponent(jComboBox2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
+ .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
+ .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addComponent(jPanel4, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
+ .addComponent(jPanel5, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
+ .addContainerGap())
+ );
+
+ javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2);
+ jPanel2.setLayout(jPanel2Layout);
+ jPanel2Layout.setHorizontalGroup(
+ jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(jPanel2Layout.createSequentialGroup()
+ .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(jPanel2Layout.createSequentialGroup()
+ .addGap(32, 32, 32)
+ .addComponent(jLabel4))
+ .addGroup(jPanel2Layout.createSequentialGroup()
+ .addGap(122, 122, 122)
+ .addComponent(jLabel3))
+ .addGroup(jPanel2Layout.createSequentialGroup()
+ .addGap(70, 70, 70)
+ .addComponent(jPanel3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)))
+ .addContainerGap(27, Short.MAX_VALUE))
+ );
+ jPanel2Layout.setVerticalGroup(
+ jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(jPanel2Layout.createSequentialGroup()
+ .addGap(41, 41, 41)
+ .addComponent(jLabel3)
+ .addGap(26, 26, 26)
+ .addComponent(jLabel4)
+ .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 182, Short.MAX_VALUE)
+ .addComponent(jPanel3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
+ );
+
+ javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
+ getContentPane().setLayout(layout);
+ layout.setHorizontalGroup(
+ layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
+ .addGap(79, 79, 79)
+ .addComponent(jLabel1)
+ .addGap(60, 60, 60)
+ .addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 257, Short.MAX_VALUE)
+ .addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addGap(481, 481, 481))
+ );
+ layout.setVerticalGroup(
+ layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(layout.createSequentialGroup()
+ .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(layout.createSequentialGroup()
+ .addGap(64, 64, 64)
+ .addComponent(jLabel1))
+ .addGroup(layout.createSequentialGroup()
+ .addContainerGap()
+ .addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)))
+ .addContainerGap(176, Short.MAX_VALUE))
+ .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
+ .addGap(0, 0, Short.MAX_VALUE)
+ .addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
+ );
+
+ pack();
+ }// //GEN-END:initComponents
+
+ /**
+ * @param args the command line arguments
+ */
+ public static void main(String args[]) {
+ /* Set the Nimbus look and feel */
+ //
+ /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
+ * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
+ */
+ try {
+ for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
+ if ("Nimbus".equals(info.getName())) {
+ javax.swing.UIManager.setLookAndFeel(info.getClassName());
+ break;
+ }
+ }
+ } catch (ClassNotFoundException ex) {
+ java.util.logging.Logger.getLogger(JFPlateau.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
+ } catch (InstantiationException ex) {
+ java.util.logging.Logger.getLogger(JFPlateau.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
+ } catch (IllegalAccessException ex) {
+ java.util.logging.Logger.getLogger(JFPlateau.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
+ } catch (javax.swing.UnsupportedLookAndFeelException ex) {
+ java.util.logging.Logger.getLogger(JFPlateau.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
+ }
+ //
+
+ /* Create and display the form */
+ java.awt.EventQueue.invokeLater(new Runnable() {
+ public void run() {
+ new JFPlateau().setVisible(true);
+ }
+ });
+ }
+
+ // Variables declaration - do not modify//GEN-BEGIN:variables
+ private javax.swing.JComboBox jComboBox1;
+ private javax.swing.JComboBox jComboBox2;
+ private javax.swing.JLabel jLabel1;
+ private javax.swing.JLabel jLabel2;
+ private javax.swing.JLabel jLabel3;
+ private javax.swing.JLabel jLabel4;
+ private javax.swing.JPanel jPanel1;
+ private javax.swing.JPanel jPanel2;
+ private javax.swing.JPanel jPanel3;
+ private javax.swing.JPanel jPanel4;
+ private javax.swing.JPanel jPanel5;
+ private javax.swing.JScrollPane jScrollPane1;
+ private javax.swing.JTextArea jTextAreaPerso;
+ // End of variables declaration//GEN-END:variables
+}
diff --git a/JDR/src/img/Barbare04.jpg b/JDR/src/img/Barbare04.jpg
new file mode 100644
index 0000000..6b1c7f5
Binary files /dev/null and b/JDR/src/img/Barbare04.jpg differ
diff --git a/JDR/src/img/Combat.jpg b/JDR/src/img/Combat.jpg
new file mode 100644
index 0000000..24c29bb
Binary files /dev/null and b/JDR/src/img/Combat.jpg differ
diff --git a/JDR/src/img/CombatPerdu.jpg b/JDR/src/img/CombatPerdu.jpg
new file mode 100644
index 0000000..55244b3
Binary files /dev/null and b/JDR/src/img/CombatPerdu.jpg differ
diff --git a/JDR/src/img/Guerrier05.JPG b/JDR/src/img/Guerrier05.JPG
new file mode 100644
index 0000000..628ae2d
Binary files /dev/null and b/JDR/src/img/Guerrier05.JPG differ
diff --git a/JDR/src/img/Guerrier08.JPG b/JDR/src/img/Guerrier08.JPG
new file mode 100644
index 0000000..57b7dd7
Binary files /dev/null and b/JDR/src/img/Guerrier08.JPG differ
diff --git a/JDR/src/img/Guerrier10.JPG b/JDR/src/img/Guerrier10.JPG
new file mode 100644
index 0000000..98c475a
Binary files /dev/null and b/JDR/src/img/Guerrier10.JPG differ
diff --git a/JDR/src/img/Guerrier12.JPG b/JDR/src/img/Guerrier12.JPG
new file mode 100644
index 0000000..884c5ab
Binary files /dev/null and b/JDR/src/img/Guerrier12.JPG differ
diff --git a/JDR/src/img/Simone.JPG b/JDR/src/img/Simone.JPG
new file mode 100644
index 0000000..4f47ff5
Binary files /dev/null and b/JDR/src/img/Simone.JPG differ
diff --git a/JDR/src/img/Sorcier02.JPG b/JDR/src/img/Sorcier02.JPG
new file mode 100644
index 0000000..86afc05
Binary files /dev/null and b/JDR/src/img/Sorcier02.JPG differ
diff --git a/JDR/src/img/Sorciere1.jpg b/JDR/src/img/Sorciere1.jpg
new file mode 100644
index 0000000..57cac9d
Binary files /dev/null and b/JDR/src/img/Sorciere1.jpg differ
diff --git a/JDR/src/img/adj_1.jpg b/JDR/src/img/adj_1.jpg
new file mode 100644
index 0000000..a6e3d8b
Binary files /dev/null and b/JDR/src/img/adj_1.jpg differ
diff --git a/JDR/src/img/des.jpg b/JDR/src/img/des.jpg
new file mode 100644
index 0000000..4ab6874
Binary files /dev/null and b/JDR/src/img/des.jpg differ
diff --git a/JDR/src/img/famille_1.jpg b/JDR/src/img/famille_1.jpg
new file mode 100644
index 0000000..0ce6eb6
Binary files /dev/null and b/JDR/src/img/famille_1.jpg differ
diff --git a/JDR/src/img/magie.jpg b/JDR/src/img/magie.jpg
new file mode 100644
index 0000000..ca36156
Binary files /dev/null and b/JDR/src/img/magie.jpg differ
diff --git a/JDR/src/img/panoramix.gif b/JDR/src/img/panoramix.gif
new file mode 100644
index 0000000..ed4f989
Binary files /dev/null and b/JDR/src/img/panoramix.gif differ
diff --git a/JDR/src/img/pierreFeuilleCiseaux.jpg b/JDR/src/img/pierreFeuilleCiseaux.jpg
new file mode 100644
index 0000000..4bb2ecf
Binary files /dev/null and b/JDR/src/img/pierreFeuilleCiseaux.jpg differ
diff --git a/JDR/src/jdr/JDR.java b/JDR/src/jdr/JDR.java
deleted file mode 100644
index 1f8d1a9..0000000
--- a/JDR/src/jdr/JDR.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
- * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Main.java to edit this template
- */
-package jdr;
-
-/**
- *
- * @author sio
- */
-public class JDR {
-
- /**
- * @param args the command line arguments
- */
- public static void main(String[] args) {
- // TODO code application logic here
- System.out.println("Hello world !");
- }
-
-}
diff --git a/JDR/src/metier/Enigme.java b/JDR/src/metier/Enigme.java
new file mode 100644
index 0000000..e142ec6
--- /dev/null
+++ b/JDR/src/metier/Enigme.java
@@ -0,0 +1,50 @@
+package metier;
+
+/*
+ * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+ * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
+ */
+
+/**
+ *
+ * @author emile.lalorcey
+ */
+public class Enigme {
+ String question;
+ String reponse;
+
+ //Constructeurs
+ /**
+ * Cette fonction est un constructeur de Enigme
+ * @param Question
+ * @param Reponse
+ */
+ public Enigme (String Question , String Reponse){
+ this.question = Question;
+ this.reponse = Reponse;
+ }
+ //Getteur
+ /**
+ * Cette fonction permet d'acceder à la variable question
+ * @return la question
+ */
+ public String Question(){
+ return this.question;
+ }
+
+ /**
+ * Cette fonction permet d'acceder à la variable reponse
+ * @return la reponse
+ */
+ public String Reponse(){
+ return this.reponse;
+ }
+ //Setteur
+ public void SetQuestion(String Question){
+ this.question = Question;
+ }
+
+ public void SetReponse(String Reponse){
+ this.reponse = Reponse;
+ }
+}
diff --git a/JDR/src/metier/Guerrier.java b/JDR/src/metier/Guerrier.java
new file mode 100644
index 0000000..dbd1153
--- /dev/null
+++ b/JDR/src/metier/Guerrier.java
@@ -0,0 +1,127 @@
+package metier;
+import java.util.Objects;
+import javax.swing.Icon;
+import javax.swing.JOptionPane;
+
+/**
+ * Classe Guerrier, hérite de la classe Personnage
+ * @author Dominique_2
+ * @version 20170115
+ */
+public class Guerrier extends Personnage{
+ // Variable membre
+ private String arme;
+
+ /**
+ * Valorisation des variables membres
+ * @param nom nom du guerrier
+ * @param img nom de l'image représentant le guerrier
+ * @param energie valeur énergétique du guerrier
+ * @param dureeVie durée de vie du guerrier
+ * @param arme armu du guerrier
+ */
+ public Guerrier(String nom, String img, int energie, int dureeVie, String arme) {
+ super(nom, img, energie, dureeVie);
+ this.arme = arme;
+ }
+ /**
+ * Permet d'obtenir les valeurs des attributs de l'objet courant
+ * @return liste des attributs avec leurs valeurs
+ */
+ @Override
+ public String toString() {
+ return super.toString() + "\tArme=" + arme;
+ }
+
+ @Override
+ public int hashCode() {
+ int hash = 7;
+ hash = super.hashCode() + (13 * hash + Objects.hashCode(this.arme));
+ return hash;
+ }
+ /**
+ * Comparaison de l'objet courant avec l'objet passé en paramètre
+ * @param obj objet à comparer avec l'objet courant
+ * @return true : les 2 objets sont identiques, false sinon
+ */
+ @Override
+ public boolean equals(Object obj) {
+ if (this == obj) {
+ return true;
+ }
+ if (obj == null) {
+ return false;
+ }
+ if (getClass() != obj.getClass()) {
+ return false;
+ }
+ final Guerrier other = (Guerrier) obj;
+ if (!Objects.equals(this.arme, other.arme)) {
+ return false;
+ }
+ if(!super.equals(obj)){
+ return false;
+ }
+ return true;
+ }
+
+ /**
+ * Get the value of arme
+ *
+ * @return the value of arme
+ */
+ public String getArme() {
+ return arme;
+ }
+
+ /**
+ * Set the value of arme
+ *
+ * @param arme new value of arme
+ */
+ public void setArme(String arme) {
+ this.arme = arme;
+ }
+
+ @Override
+ public String saluer(Personnage unPerso){
+ String titre = this.getNom() + " salue " + unPerso.getNom();
+ String message ;
+ /**if(unPerso instanceof Guerrier){
+ message = "Bonjour " + unPerso.getNom() + " Comment allez-vous ajourd'hui";
+ }
+ else{
+
+ }**/
+ message = "Bonjour " + unPerso.getNom() + "Barre toi avant que je n'utilise mon "+ this.arme;
+ //JOptionPane.showMessageDialog(null, message, titre, JOptionPane.INFORMATION_MESSAGE);
+ Icon imgPerso = new javax.swing.ImageIcon(getClass().getResource("/img/" + this.getImg()));
+ JOptionPane.showMessageDialog(null, message, titre, JOptionPane.INFORMATION_MESSAGE, imgPerso);
+ return message;
+ }
+
+ @Override
+ public String rencontrer(Personnage unPerso) {
+ this.saluer(unPerso); //appelle de la contion saluer
+ int pts_attaque = 0;
+ int pts_defense = 0;
+ do{
+ pts_attaque = Jeu.genererNbAleatoire(0, 10);
+ pts_defense = Jeu.genererNbAleatoire(0, 10);
+ }while(pts_attaque == pts_defense);
+
+ if(pts_attaque > pts_defense){
+ unPerso.varierDureeVie(-1);
+ unPerso.varierEnergie(-2);
+ return "Tu as perdu, Tu es maintenant à "+unPerso.getEnergie()+ "energie et "+unPerso.getDureeVie()+ " PV !!";
+ }else{ // pts_defense > pts_attaque
+ this.varierEnergie(-1);
+ unPerso.varierEnergie(2);
+ return "Mon energie est à "+ this.getEnergie() + "et toi qui m'a vaincu tu es à "+ unPerso.getEnergie();
+ }
+ }
+
+
+
+
+}
diff --git a/JDR/src/metier/Jeu.java b/JDR/src/metier/Jeu.java
new file mode 100644
index 0000000..07502d9
--- /dev/null
+++ b/JDR/src/metier/Jeu.java
@@ -0,0 +1,97 @@
+/*
+ * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+ * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
+ */
+package metier;
+
+/**
+ *
+ * @author emile.lalorcey
+ */
+public class Jeu {
+ String nomJeu = "Jeu de Role" ;
+ Personnage[] mesPersonnages = new Personnage[7];
+
+
+ /********* Constructeurs ********/
+
+ /**
+ * Constructeur de Jeu
+ */
+ public Jeu(){
+ this.chargerLesPersonnages();
+ }
+
+ /********* Guetteur ********/
+
+
+ /**
+ * Getteur de mes personnages
+ * @return mes personnages
+ */
+ public Personnage[] getmesPersonnages(){
+ return this.mesPersonnages;
+ }
+
+ /********* Setteurs ********/
+
+
+ /********* Fonctions ********/
+
+ /**
+ * Crée les personnages
+ */
+ private void chargerLesPersonnages(){
+ mesPersonnages = new Personnage[7];
+ mesPersonnages[0] = new Guerrier("Barbare", "", 6, 4, "Hache");
+ mesPersonnages[5] = new Guerrier("Garren","Guerrier08.jpg" , 0, 0, "Gourdin");
+ mesPersonnages[6] = new Guerrier("Hellen","Guerrier08.jpg" , 0, 0, "Gourdin");
+ mesPersonnages[3] = new Personnage("Gaelle", "Barbare04.jpg", 0, 0);
+ mesPersonnages[1] = new Voleur("Raptout", "", 2, 4, "Marteau");
+ mesPersonnages[2] = new Sorcier("Panoramix", "", 10, 5, "Baguette de laurier");
+ mesPersonnages[4] = new Sorcier("Jinx","Barbare04.jpg",0,0, "Bâton");
+ }
+
+ /**
+ * Cette méthode sert à affiché les différents personnages avec leurs affectations
+ * @return String tout les personnages avec leurs capacités
+ */
+ @Override
+ public String toString(){
+ String mesPersos = "";
+ for (int i = 0; i < mesPersonnages.length; i++){
+ mesPersos += mesPersonnages[i] + "\n" + "\n";
+ }
+ return mesPersos;
+ }
+
+ /**
+ * recherche un personnage
+ * @param n un entier
+ * @return le personnage recherchés
+ */
+ public Personnage rechercherPerso(String n){
+ int indice = 0;
+ boolean trouver = false;
+ while(indice < this.mesPersonnages.length && !trouver){
+ trouver = (this.mesPersonnages[indice].getNom().equals(n));
+ indice++;
+ }
+ if(trouver){
+ indice--;
+ return this.mesPersonnages[indice];
+ }
+ return null;
+ }
+
+ /**
+ * Cette fonction génère un nombre aléatoire
+ * @param min minimum possible pour le nombre
+ * @param max maximum possible pour le nombre
+ * @return le nombre aléatoire
+ */
+ public static int genererNbAleatoire(int min, int max) {
+ return min + (int)(Math.random() * ((max - min) + 1));
+ }
+
+}
diff --git a/JDR/src/metier/Personnage.java b/JDR/src/metier/Personnage.java
new file mode 100644
index 0000000..92ba9af
--- /dev/null
+++ b/JDR/src/metier/Personnage.java
@@ -0,0 +1,202 @@
+package metier;
+import java.util.Objects;
+import javax.swing.Icon;
+import javax.swing.JOptionPane;
+
+/**
+ * Classe Mère Personnage
+ * @author Dominique_2
+ * @version 20170215
+ */
+public class Personnage {
+ // Variables membres
+ private String nom;
+ private String img;
+ private int energie;
+ private int dureeVie;
+ /**
+ * Valorisation des variables membres
+ * @param nom nom du personnage
+ * @param img nom de l'image du personnage
+ * @param energie valeur énergétique
+ * @param dureeVie durée de vie, en année
+ */
+ public Personnage(String nom, String img, int energie, int dureeVie) {
+ this.nom = nom;
+ this.img = img;
+ this.energie = energie;
+ this.dureeVie = dureeVie;
+ }
+
+ public Personnage() {
+// throw new UnsupportedOperationException("Not supported yet."); // Generated from nbfs://nbhost/SystemFileSystem/Templates/Classes/Code/GeneratedMethodBody
+ }
+ /**
+ * Permet d'obtenir les valeurs des attributs de l'objet courant
+ * @return liste des attributs avec leurs valeurs
+ */
+ @Override
+ public String toString() {
+ return "Nom\t" + nom + "\nEnergie\t" + energie + "\nDuree de vie\t" + dureeVie
+ + "\n"+this.getClass().getSimpleName();
+ }
+
+ @Override
+ public int hashCode() {
+ int hash = 3;
+ hash = 47 * hash + Objects.hashCode(this.nom);
+ hash = 47 * hash + Objects.hashCode(this.img);
+ hash = 47 * hash + this.energie;
+ hash = 47 * hash + this.dureeVie;
+ return hash;
+ }
+
+ /**
+ * Comparaison de l'objet courant avec l'objet passé en paramètre
+ * @param obj objet à comparer avec l'objet courant
+ * @return true : les 2 objets sont identiques, false sinon
+ */
+ @Override
+ public boolean equals(Object obj) {
+ if (this == obj) {
+ return true;
+ }
+ if (obj == null) {
+ return false;
+ }
+ if (getClass() != obj.getClass()) {
+ return false;
+ }
+ final Personnage other = (Personnage) obj;
+ if (this.energie != other.energie) {
+ return false;
+ }
+ if (this.dureeVie != other.dureeVie) {
+ return false;
+ }
+ if (!Objects.equals(this.nom, other.nom)) {
+ return false;
+ }
+ if (!Objects.equals(this.img, other.img)) {
+ return false;
+ }
+ return true;
+ }
+
+ /**
+ * Get the value of energie
+ *
+ * @return the value of energie
+ */
+ public int getEnergie() {
+ return energie;
+ }
+
+ /**
+ * Set the value of energie
+ *
+ * @param energie new value of energie
+ */
+ public void setEnergie(int energie) {
+ this.energie = energie;
+ }
+
+ /**
+ * Get the value of dureeVie
+ *
+ * @return the value of dureeVie
+ */
+ public int getDureeVie() {
+ return dureeVie;
+ }
+
+ /**
+ * Set the value of dureeVie
+ *
+ * @param dureeVie new value of dureeVie
+ */
+ public void setDureeVie(int dureeVie) {
+ this.dureeVie = dureeVie;
+ }
+
+ /**
+ * Get the value of img
+ *
+ * @return the value of img
+ */
+ public String getImg() {
+ return img;
+ }
+
+ /**
+ * Set the value of img
+ *
+ * @param img new value of img
+ */
+ public void setImg(String img) {
+ this.img = img;
+ }
+
+
+ /**
+ * Get the value of nom
+ *
+ * @return the value of nom
+ */
+ public String getNom() {
+ return nom;
+ }
+
+ /**
+ * Set the value of nom
+ *
+ * @param nom new value of nom
+ */
+ public void setNom(String nom) {
+ this.nom = nom;
+ }
+
+ public String rencontrer(Personnage unPerso) {
+ String titre = this.getNom() + " rencontre " + unPerso.getNom();
+ String message = "Bonjour " + unPerso.getNom() + " !";
+ JOptionPane.showMessageDialog(null, message, titre, JOptionPane.INFORMATION_MESSAGE);
+ //Icon imgPerso = new javax.swing.ImageIcon(getClass().getResource("/img/" + this.getImg()));
+ //JOptionPane.showMessageDialog(null, message, titre, JOptionPane.INFORMATION_MESSAGE, imgPerso);
+ return message;
+ }
+
+ public String saluer(Personnage unPerso){
+ String titre = this.getNom() + " salue " + unPerso.getNom();
+ String message = "Bonjour " + unPerso.getNom() + " Comment allez-vous ajourd'hui";
+ //JOptionPane.showMessageDialog(null, message, titre, JOptionPane.INFORMATION_MESSAGE);
+ Icon imgPerso = new javax.swing.ImageIcon(getClass().getResource("/img/" + this.getImg()));
+ JOptionPane.showMessageDialog(null, message, titre, JOptionPane.INFORMATION_MESSAGE, imgPerso);
+ return message;
+ }
+
+ /**
+ * Cette fonction permet de faire varier l'energie de l'objet émetteur
+ * @param nb l'énergie à faire varier de this.energie
+ */
+ public void varierEnergie(int nb){
+ if ( (this.energie+ nb) >= 0){
+ this.energie += nb;
+ }
+ else{
+ JOptionPane.showMessageDialog(null,"Il m'est impossible d'avoir une énergie négative.\n Je dois revenir plus fort","Pouvoir insuffisant !", JOptionPane.INFORMATION_MESSAGE);
+ }
+ }
+
+ /**
+ * Cette fonction permet de faire varier la vie de l'objet émetteur
+ * @param nb l'énergie à faire varier de this.dureeVie
+ */
+ public void varierDureeVie(int nb){
+ if ( (this.dureeVie+ nb) >= 0){
+ this.dureeVie += nb;
+ }
+ else{
+ JOptionPane.showMessageDialog(null,"Je me meurt\n Adieu monde cruel","Mortalité !", JOptionPane.INFORMATION_MESSAGE);
+ }
+ }
+}
diff --git a/JDR/src/metier/Sorcier.java b/JDR/src/metier/Sorcier.java
new file mode 100644
index 0000000..560f32d
--- /dev/null
+++ b/JDR/src/metier/Sorcier.java
@@ -0,0 +1,81 @@
+package metier;
+
+import java.util.Objects;
+import javax.swing.Icon;
+import javax.swing.JOptionPane;
+
+/**
+ *
+ * @author Dominique_2
+ */
+public class Sorcier extends Personnage {
+
+ private String baguette;
+
+ public Sorcier(String nom, String img, int energie, int dureeVie, String baguette) {
+ super(nom, img, energie, dureeVie);
+ this.baguette = baguette;
+ }
+
+ @Override
+ public int hashCode() {
+ int hash = 7;
+ hash = super.hashCode() + (73 * hash + Objects.hashCode(this.baguette));
+ return hash;
+ }
+
+ @Override
+ public boolean equals(Object obj) {
+ if (this == obj) {
+ return true;
+ }
+ if (obj == null) {
+ return false;
+ }
+ if (getClass() != obj.getClass()) {
+ return false;
+ }
+ final Sorcier other = (Sorcier) obj;
+ if (!Objects.equals(this.baguette, other.baguette)) {
+ return false;
+ }
+ if (!super.equals(obj)) {
+ return false;
+ }
+ return true;
+ }
+
+ @Override
+ public String toString() {
+ return super.toString() + "\tBaguette=" + baguette + "\nNb Enigmes";
+ }
+
+ /**
+ * Get the value of baguette
+ *
+ * @return the value of baguette
+ */
+ public String getBaguette() {
+ return baguette;
+ }
+
+ /**
+ * Set the value of baguette
+ *
+ * @param baguette new value of baguette
+ */
+ public void setBaguette(String baguette) {
+ this.baguette = baguette;
+ }
+
+ @Override
+ public String saluer(Personnage unPerso){
+ String titre = this.getNom() + " salue " + unPerso.getNom();
+ String message ;
+ message = "Bonjour " + unPerso.getNom() + " Tu es sous ma dépendance ";
+ //JOptionPane.showMessageDialog(null, message, titre, JOptionPane.INFORMATION_MESSAGE);
+ Icon imgPerso = new javax.swing.ImageIcon(getClass().getResource("/img/" + this.getImg()));
+ JOptionPane.showMessageDialog(null, message, titre, JOptionPane.INFORMATION_MESSAGE, imgPerso);
+ return message;
+ }
+}
diff --git a/JDR/src/metier/Voleur.java b/JDR/src/metier/Voleur.java
new file mode 100644
index 0000000..5266101
--- /dev/null
+++ b/JDR/src/metier/Voleur.java
@@ -0,0 +1,112 @@
+/*
+ * To change this license header, choose License Headers in Project Properties.
+ * To change this template file, choose Tools | Templates
+ * and open the template in the editor.
+ */
+package metier;
+
+import java.util.Objects;
+import javax.swing.Icon;
+import javax.swing.JOptionPane;
+
+/**
+ *
+ * @author Dominique_2
+ */
+public class Voleur extends Personnage{
+
+ private String outil;
+ private String [] outils={"Pierre","Feuille","Ciseaux"};
+
+ public Voleur(String nom, String img, int energie, int dureeVie, String outil) {
+ super(nom, img, energie, dureeVie);
+ this.outil = outil;
+ //this.butin = butin;
+ }
+
+ @Override
+ public int hashCode() {
+ int hash = 7;
+ hash = super.hashCode() + (29 * hash + Objects.hashCode(this.outil));
+ return hash;
+ }
+
+ @Override
+ public boolean equals(Object obj) {
+ if (this == obj) {
+ return true;
+ }
+ if (obj == null) {
+ return false;
+ }
+ if (getClass() != obj.getClass()) {
+ return false;
+ }
+ final Voleur other = (Voleur) obj;
+ if (!Objects.equals(this.outil, other.outil)) {
+ return false;
+ }
+ if (!super.equals(obj)) {
+ return false;
+ }
+ return true;
+ }
+
+ @Override
+ public String toString() {
+ return super.toString() + "\t Outil=" + outil + "\nButin=";
+ }
+
+ /**
+ * Get the value of outil
+ *
+ * @return the value of outil
+ */
+ public String getOutil() {
+ return outil;
+ }
+
+ /**
+ * Set the value of outil
+ *
+ * @param outil new value of outil
+ */
+ public void setOutil(String outil) {
+ this.outil = outil;
+ }
+
+ public String rencontrer(Personnage unPerso){
+ int choix_unPerso;
+ int reponse;
+ this.saluer(unPerso);
+
+ Icon PierreFeuilleCiseaux = new javax.swing.ImageIcon("/img/pierreFeuilleCiseaux.jpg");
+ String message = "Que choisis-tu " + unPerso.getNom() + " !";
+ String titre = "Pierre Feuille Ciseaux" + unPerso.getNom();
+
+ do{
+ reponse = JOptionPane.showOptionDialog(null, message, titre, JOptionPane.DEFAULT_OPTION, JOptionPane.QUESTION_MESSAGE,PierreFeuilleCiseaux, outils, 0);
+ System.out.println(reponse);
+ choix_unPerso = Jeu.genererNbAleatoire(0, 2);
+ }while(reponse == choix_unPerso);
+ String voleur = this.outils[reponse];
+ String vole = this.outils[choix_unPerso];
+
+ if((voleur.equals("Pierre")&& vole.equals("Ciseaux"))||
+ (voleur.equals("Feuille")&& vole.equals("Pierre"))||
+ (voleur.equals("Ciseaux")&& vole.equals("Feuille"))){
+
+ this.varierEnergie(1);
+ unPerso.varierEnergie(-1);
+ unPerso.varierDureeVie(-1);
+ return "j'ai gagné wha hahaha !!" ;
+ }else{
+ this.varierEnergie(-1);
+ unPerso.varierEnergie(+1);
+ return "Tu as gagné espèce de fifrelin";
+ }
+
+ }
+
+
+}