Skip to content
Snippets Groups Projects
Commit a9e8dec5 authored by Jeyda Parlar's avatar Jeyda Parlar :hibiscus:
Browse files

Merge branch 'main' of gitlab-ssh.univ-lille.fr:2024-projet-agile-de-rentree/groupe-6

parents 8c9411fa 0988945f
No related branches found
No related tags found
No related merge requests found
......@@ -15,5 +15,6 @@ Commandes :
a - Attaquer
q - Quitter
r - Règles
________________________________________________________________________________________________________________________
\ No newline at end of file
......@@ -10,7 +10,7 @@ import java.util.Random;
class Main {
public static void main(String[] args) throws IOException{
public static void main(String[] args) throws IOException, InterruptedException{
Display.clearScreen();
......@@ -18,6 +18,10 @@ class Main {
menu.display();
menu.validate();
Display.clearScreen();
menu.displayGameRules();
menu.validate();
Display.clearScreen();
Display.setCursorPos(50,0);
Display.printDialogBox();
......@@ -87,8 +91,6 @@ class Main {
input.newInput();;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment