java.lang.ObjectSpiel
public class Spiel
Eine Clientversion von "Vier gewinnt".
Constructor Summary | |
---|---|
Spiel()
Erstelle ein Spiel aus 7 Schächten. |
Method Summary | |
---|---|
void |
fangeAn()
Fange an. |
void |
hoereAuf()
Höre auf. |
void |
wirfNaechsteFarbeEin(int Spaltennummer)
Prüfe ob die Spalte voll ist und wechsle die Farbe der Scheibe nach jeden Wurf. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Spiel()
Method Detail |
---|
public void fangeAn()
public void hoereAuf()
public void wirfNaechsteFarbeEin(int Spaltennummer)