Aufgabe 4 ausgeführt.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user