Package | Description |
---|---|
GUI |
Tento balíček slouží k vytvoření a zobrazení GUI. |
inteligence |
Tento balíček slouží k parsování vstupu a obsahuje implementace umělé inteligence. |
sit |
Tento balíček slouží k síťové komunikaci. |
Modifier and Type | Field and Description |
---|---|
static Informace |
Main.informace
Informace o vytvářené hře.
|
Constructor and Description |
---|
Automat(boolean UI,
Informace inf)
Konstruktor.
|
UINapsana(Informace inf)
Konstruktor
|
UIUniverzalni(Informace inf,
int pocet,
java.util.HashMap<java.lang.String[],java.lang.Integer> hlav,
java.util.LinkedList<java.util.LinkedList<java.util.LinkedList<java.lang.String>>> prog,
java.util.LinkedList<java.lang.String> porov)
Konstruktor pro vytvoření klienta.
|
Constructor and Description |
---|
Klient(javax.swing.JFrame f,
Informace i)
Konstruktor
|
Server(Informace inf,
javax.swing.JFrame frame)
Konstruktor
|