Interface DecoderConstants

public interface DecoderConstants
Interface to hold constants for the Decoder applet.


Variable Index

 o MAXDUPLICATIONS
Maximum number of marbles of a particular color that the computer is allowed in its solution.
 o MAXNUMGUESSES
Maximum number of guesses the player is allowed.
 o NUMSLOTS
Number of marbles in each guess (equals number of rows of the board)
 o NUMTYPES
Number of marble types.

Variables

 o MAXNUMGUESSES
 public static final int MAXNUMGUESSES
Maximum number of guesses the player is allowed.

 o MAXDUPLICATIONS
 public static final int MAXDUPLICATIONS
Maximum number of marbles of a particular color that the computer is allowed in its solution.

 o NUMTYPES
 public static final int NUMTYPES
Number of marble types.

 o NUMSLOTS
 public static final int NUMSLOTS
Number of marbles in each guess (equals number of rows of the board)