Interface DecoderConstants
- public interface DecoderConstants
Interface to hold constants for the Decoder
applet.
-
MAXDUPLICATIONS
- Maximum number of marbles of a particular
color that the computer is allowed in its
solution.
-
MAXNUMGUESSES
- Maximum number of guesses the player is allowed.
-
NUMSLOTS
- Number of marbles in each guess
(equals number of rows of the board)
-
NUMTYPES
- Number of marble types.
MAXNUMGUESSES
public static final int MAXNUMGUESSES
- Maximum number of guesses the player is allowed.
MAXDUPLICATIONS
public static final int MAXDUPLICATIONS
- Maximum number of marbles of a particular
color that the computer is allowed in its
solution.
NUMTYPES
public static final int NUMTYPES
- Number of marble types.
NUMSLOTS
public static final int NUMSLOTS
- Number of marbles in each guess
(equals number of rows of the board)