Merge branch 'main' of https://github.com/vaporvee/texthorror
This commit is contained in:
@@ -6,6 +6,8 @@ A text adventure with a whole dialogue bubble system we make for school<br>
|
||||
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.
|
||||
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.
|
@@ -35,6 +35,7 @@
|
||||
</div>
|
||||
<img draggable="false" hidden="true" id="triangle" src="text_horror/assets/triangle.png">
|
||||
<p class="thx-for-playing">Danke fürs spielen!</p>
|
||||
<p class="thx-for-playing" onclick="reloadGame()"><br><br><u>Zum letzten Checkpoint</u></p>
|
||||
</body>
|
||||
|
||||
</html>
|
@@ -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") {
|
||||
|
5
website-link.url
Normal file
5
website-link.url
Normal file
@@ -0,0 +1,5 @@
|
||||
[{000214A0-0000-0000-C000-000000000046}]
|
||||
Prop3=19,11
|
||||
[InternetShortcut]
|
||||
IDList=
|
||||
URL=https://texthorror.netlify.app/
|
Reference in New Issue
Block a user