Skip to content
Snippets Groups Projects
Commit 8c4aff08 authored by Camille Okubo's avatar Camille Okubo
Browse files

correction

parent 0f2a3479
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ public class Menu{ ...@@ -37,7 +37,7 @@ public class Menu{
} }
public void displayGameRules() throws InterruptedException { public void displayGameRules() throws InterruptedException {
System.out.println("To fight, type 'a' and press Enter."); System.out.println("To fight, type the name of an action and press enter.");
System.out.println("To exit the game at any moment, type 'q' and press Enter."); System.out.println("To exit the game at any moment, type 'q' and press Enter.");
System.out.println('\n'); System.out.println('\n');
Thread.sleep(650); Thread.sleep(650);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment