|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectBanditSpielDialog
public class BanditSpielDialog
Der einarmige Bandit, Spiel fuer eine Person. Spieldialog mittels Konsole/Tastatur.
| Constructor Summary | |
|---|---|
BanditSpielDialog()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Startet das Spielprogramm. |
private void |
spielen(BanditSpiel spiel)
Dialog zum Spiel, gibt Spielzustand aus, verbucht Einsatz, zieht. |
void |
starten()
Erzeugt und startet Spiel mittels Konsole/Tastatur, ermoeglich Spielwiederholung. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BanditSpielDialog()
| Method Detail |
|---|
public void starten()
private void spielen(BanditSpiel spiel)
spiel - aktuelle Spielpublic static void main(java.lang.String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||