Skip to content
Snippets Groups Projects
Commit 820ee5b0 authored by Charlie Darques's avatar Charlie Darques
Browse files

affichage infos niveau

parent f6cc9c83
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@ public class Level{
// méthodes de combats
// liste des attaques et défenses possibles pour le joueur
public void possibleActions() throws IOException {
this.displayLevelInfos();
Display.clearDialogBox();
System.out.println("Possible " + Terminal.RED + "attacks" + Terminal.RESET + " are : \n \t punch, kick, double kick, supermanpunch. \"");
System.out.println("Possible " + Terminal.BLUE + "defenses" + Terminal.RESET + " are : \n \t lowblock, highblock\"");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment