Package mastermind.gui.scenes
Class SecretCodePrompt
java.lang.Object
mastermind.gui.scenes.Scene
mastermind.gui.scenes.SecretCodePrompt
Represents a scene where the user is prompted to enter the correct code.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mastermind.gui.scenes.Scene
createDefaultScene
-
Constructor Details
-
SecretCodePrompt
Initializes a new SecretCodePrompt scene with the specified JFrame, game status, guesses, and responses.- Parameters:
frame- The JFrame to be associated with this scene.status- The current game status.guesses- The list of guesses made by the code breaker.responses- The list of responses corresponding to each guess.
-