Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit db2c0fc

Browse files
added Help.java description
1 parent e8fc23b commit db2c0fc

File tree

1 file changed

+4
-2
lines changed
  • culminating-mastermind/app/src/main/java/mastermind/gui/panels

1 file changed

+4
-2
lines changed

culminating-mastermind/app/src/main/java/mastermind/gui/panels/Help.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,16 @@ private static String getGameplayInstructionsText() {
254254
*/
255255
private static String getNavigationInstructionsText() {
256256
return """
257+
In all screens, you can press 'Proceed' to continue to the next screen.
258+
257259
In the first screen, you can choose to play as the code maker or the code breaker.
258260
As the code breaker, you will set a secret code for the code breaker (the computer) to guess.
259-
As the code maker, you will guess the secret code that the code breaker (the computer) creates.
261+
As the code maker, you will guess the secret code that the code maker (the computer) creates.
260262
261263
If you selected code breaker, you will choose the difficulty of the computer guesser algorithm.
262264
You will secretly select a code for the computer to guess.
263265
You will then view the code breaker's guesses and provide feedback on each guess, using the white and black pegs.
264-
If the computer is unsuccessful in guessing, then you will input the correct code.
266+
After the game, then you will be prompted to input the correct code, and the game will double-check to see if you have inputted the correct hints.
265267
266268
If you selected code maker, you will guess the code that the computer secretly selected.
267269
You will input your guesses and receive feedback on each guess, using the white and black pegs.

0 commit comments

Comments
 (0)