Zum Ausführen, bitte in VS Code öffnen und einen Live Server starten (./display/index.html)
oder https://moritzmessner.github.io/TextAdventure/display/ hier live spielen
-attack(a) {who}
-clear
-commands(c)
-description(d
-drop(dr) {object}
-inventory(i)
-look(l) ?{object}
-take(t) {object}
-talk {who}
-walk(w) {where}
bsp:
attack rainer
talk rainer
look
look rainer
t schwert
take schwert
c
https://github.com/MoritzMessner/TextAdventure/blob/master/uml/Konzept.svg
https://github.com/MoritzMessner/TextAdventure/blob/master/app/classes/Player.ts
https://github.com/MoritzMessner/TextAdventure/blob/master/app/classes/Scene.ts