diff --git a/README.md b/README.md index f7ad521..752f17d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A text adventure with a whole dialogue bubble system we make for school
For school: Das Spiel kann nur auf einem extra Server (VS code Live Server Extension geht auch) laufen, da es die `fetch` methode in Javascript benutz, welche aus Sicherheitsgründen vom browser nicht local funktionieren darf, weil es sonnst auf lokale dateien zugreifen dürfte. +Das Spiel ist auch spielbar unter: https://texthorror.netlify.app/ Alle images sind selbst gepixelt. Das dialogsystem ist sehr modular gescripted, sodass es in anderen und auch viel größeren Spielen wiederverwendet werden könnte. -Das Spiel ist so aufgebaut, dass es ohne style oder images in der Konsole laufen könnte, also ist es ein vollständiges Textadventure. \ No newline at end of file +Das Spiel ist so aufgebaut, dass es ohne style oder images in der Konsole laufen könnte, also ist es ein vollständiges Textadventure. +Es gibt die angewohnheit größere coding projekte auf Englisch zu dokumentieren. Ich hoffe es ist trotzdem verständlich. \ No newline at end of file diff --git a/index.html b/index.html index 7d4849e..1b9b357 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,7 @@

Danke fürs spielen!

+



Zum letzten Checkpoint

\ No newline at end of file diff --git a/text_horror/app.js b/text_horror/app.js index c9f0101..c62dd16 100644 --- a/text_horror/app.js +++ b/text_horror/app.js @@ -49,6 +49,9 @@ function resetGame() { location.reload(); } } +function reloadGame() { + location.reload(); +} //change current dialogue lines with dictionary keys function changeDlg(dlgKey) { if (typeof dlgFile[dlgKey] === "string") { diff --git a/website-link.url b/website-link.url new file mode 100644 index 0000000..182aaf7 --- /dev/null +++ b/website-link.url @@ -0,0 +1,5 @@ +[{000214A0-0000-0000-C000-000000000046}] +Prop3=19,11 +[InternetShortcut] +IDList= +URL=https://texthorror.netlify.app/