Package | Description |
---|---|
cz.gyarab.util.game.mastermind |
Implementace deskové hry Mastermind.
|
Modifier and Type | Method and Description |
---|---|
Key |
Verdict.getKey(int column)
Pokud je upravena hra,
vrací klíčový kolíček na pozici, jinak
null . |
static Key |
Key.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Key[] |
Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Board.Display.setKey(int column,
int row,
Key key)
Zobrazí klíč na zadané pozici.
|