Package mastermind.gui.scenes
package mastermind.gui.scenes
Stages of the game. Each stage is a scene.
In addition, each scene is derived from Scene
.
-
ClassDescriptionThe Code Breaker gameplay.Scene that displays the result of the code breaker game mode.Prompts the user to select a code-breaking algorithm.The Code Maker gameplay.Represents the scene displayed to the user after the Mastermind game has concluded in the Code Maker mode.The Code Maker selection screen.Prompts the user to select a game mode: Code Breaker or Code Maker.The ultimate base class of all
mastermind.gui.scenes
.Represents a scene where the user is prompted to enter the correct code.