This repository was archived by the owner on Jan 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
culminating-mastermind/app/src/main/java/mastermind/gui/panels Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -254,14 +254,16 @@ private static String getGameplayInstructionsText() {
254
254
*/
255
255
private static String getNavigationInstructionsText () {
256
256
return """
257
+ In all screens, you can press 'Proceed' to continue to the next screen.
258
+
257
259
In the first screen, you can choose to play as the code maker or the code breaker.
258
260
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.
260
262
261
263
If you selected code breaker, you will choose the difficulty of the computer guesser algorithm.
262
264
You will secretly select a code for the computer to guess.
263
265
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 .
265
267
266
268
If you selected code maker, you will guess the code that the computer secretly selected.
267
269
You will input your guesses and receive feedback on each guess, using the white and black pegs.
You can’t perform that action at this time.
0 commit comments