From f628c0efa1e9b7ea2839fd3bb5334c4e5cf58962 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Fri, 23 Jun 2023 22:55:34 +0200 Subject: [PATCH 1/3] added reload button --- index.html | 1 + text_horror/app.js | 3 +++ 2 files changed, 4 insertions(+) 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") { From bcc740d5aa996df0d2ec9caf53384ac9fef0f02f Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Fri, 23 Jun 2023 22:57:38 +0200 Subject: [PATCH 2/3] added link --- README.md | 1 + website-link.url | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 website-link.url diff --git a/README.md b/README.md index f7ad521..46a223a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ 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 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/ From 509affb56ecf5f1824e49d1782dc1f7c67692492 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Fri, 23 Jun 2023 22:59:58 +0200 Subject: [PATCH 3/3] added readme line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46a223a..752f17d 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,5 @@ Das Spiel kann nur auf einem extra Server (VS code Live Server Extension geht au 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