Aufgabe 4 ausgeführt.
This commit is contained in:
parent
8f9d45557f
commit
53c0697588
|
@ -24,6 +24,11 @@ public class Spiel {
|
|||
private Raum aktuellerRaum;
|
||||
private Person spieler;
|
||||
|
||||
public static void main(String[] args) {
|
||||
Spiel spiel = new Spiel();
|
||||
spiel.spielen();
|
||||
}
|
||||
|
||||
/**
|
||||
* Erzeuge ein Spiel und initialisiere die Spielwelt.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue