Examples of gagne()


Examples of be.steformations.pendu.av.oldschool.Pendu.gagne()

       * "Fichier: " + uri + " non trouv�<br>" + iox.getMessage() + "<br>"
       * ); }
       */
    } else {
      this.affiche(out, pendu);
      if (!pendu.gagne() && !pendu.perdu()) {
        pendu.ajoute(lettre);
        out.println("Il vous reste " + (7 - pendu.getErreurs())
            + " possibilit�(s) de vous tromper<br>");
        this.afficheLettres(out);
      } else if (pendu.gagne()) {
View Full Code Here

Examples of be.steformations.pendu.av.oldschool.Pendu.gagne()

      if (!pendu.gagne() && !pendu.perdu()) {
        pendu.ajoute(lettre);
        out.println("Il vous reste " + (7 - pendu.getErreurs())
            + " possibilit�(s) de vous tromper<br>");
        this.afficheLettres(out);
      } else if (pendu.gagne()) {
        out.println("Vous avez gagn�!<br>");
      } else {
        out.println("Vous avez perdu! <br>");
      }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.