Package | Description |
---|---|
cz.gyarab.util.game.rps |
Implementace známé dětské hry Kámen-nůžky-papír.
|
Modifier and Type | Field and Description |
---|---|
static Rules |
Rules.KNOCKOUT
Pravidla pro vyřazovací soutěže playoff.
|
static Rules |
Rules.LEAGUE
Pravidla pro ligové zápasy.
|
Modifier and Type | Method and Description |
---|---|
Rules |
League.getRules()
Zjistí pravidla.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyStrategy.init(Rules rules,
java.lang.String yourName,
java.lang.String oppositeName,
java.util.List<Match> matches) |
default void |
Strategy.init(Rules rules,
java.lang.String yourName,
java.lang.String oppositeName,
java.util.List<Match> matches)
Inicializuje strategii pro nový zápas.
|
void |
League.setRules(Rules rules)
Změní pravidla.
|