public void reiheAuffuellen() { while (!karol.IstWand()) { if (!karol.IstZiegel()) { karol.Hinlegen(); } karol.Schritt(); } }
Zurück zur Arbeitsseite