diff --git a/JDR/src/Presentation/Plateau_de_jeu.form b/JDR/src/Presentation/Plateau_de_jeu.form new file mode 100644 index 0000000..769eecd --- /dev/null +++ b/JDR/src/Presentation/Plateau_de_jeu.form @@ -0,0 +1,35 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/JDR/src/Presentation/Plateau_de_jeu.java b/JDR/src/Presentation/Plateau_de_jeu.java new file mode 100644 index 0000000..433ae77 --- /dev/null +++ b/JDR/src/Presentation/Plateau_de_jeu.java @@ -0,0 +1,82 @@ +/* + * 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 emile.lalorcey + */ +public class Plateau_de_jeu extends javax.swing.JFrame { + + /** + * Creates new form Plateau_de_jeu + */ + public Plateau_de_jeu() { + 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() { + + setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); + + javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); + getContentPane().setLayout(layout); + layout.setHorizontalGroup( + layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addGap(0, 400, Short.MAX_VALUE) + ); + layout.setVerticalGroup( + layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addGap(0, 300, 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(Plateau_de_jeu.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } catch (InstantiationException ex) { + java.util.logging.Logger.getLogger(Plateau_de_jeu.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } catch (IllegalAccessException ex) { + java.util.logging.Logger.getLogger(Plateau_de_jeu.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } catch (javax.swing.UnsupportedLookAndFeelException ex) { + java.util.logging.Logger.getLogger(Plateau_de_jeu.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 Plateau_de_jeu().setVisible(true); + } + }); + } + + // Variables declaration - do not modify//GEN-BEGIN:variables + // 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/jeuderole/JeuDeRolePolymorphisme.java b/JDR/src/jeuderole/JeuDeRolePolymorphisme.java new file mode 100644 index 0000000..ae0883c --- /dev/null +++ b/JDR/src/jeuderole/JeuDeRolePolymorphisme.java @@ -0,0 +1,37 @@ +/* + * 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 jeuderole; + +import metier.Jeu; + +/** + * Test Classe Jeu + * @author famille Thevenot + */ +public class JeuDeRolePolymorphisme { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + /** + mesPersonnages[0].saluer(mesPersonnages[1]); + mesPersonnages[2].saluer(mesPersonnages[0]); + mesPersonnages[1].saluer(mesPersonnages[2]);**/ + + Jeu role = new Jeu(); + System.out.println(role.getmesPersonnages()); + System.out.println("................."); + System.out.println(role); + System.out.println(role.rechercherPerso("Barbare")); + System.out.println(role.rechercherPerso("Panoramix")); + System.out.println("................."); + System.out.println(role.rechercherPerso("Barbare").rencontrer(role.rechercherPerso("Panoramix"))); + System.out.println(role.rechercherPerso("Raptout").rencontrer(role.rechercherPerso("Barbare"))); + + + } + +} 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"; + } + + } + + +}