Skip to content
Snippets Groups Projects
Commit bbeabbb7 authored by Peter Hertkorn's avatar Peter Hertkorn
Browse files

Extend TestDrive with code for facade

parent 64530620
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,16 @@ public class TestDrive {
gebaeude.darstellen();
gelaende.darstellen();
System.out.println();
Fassade f = new Fassade();
f.initGame(SpielTyp.MONSTERWELT);
f.spielzugDurchfuehren();
f.hexeKommtEreignis();
f.hexeGehtEreignis();
f.erstelleMonster(MonsterTyp.DRACHE);
f.spielzugDurchfuehren();
}
*/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment