From 86c4659480475b134cbb8f043ddd537379c7f469 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 12 Dec 2024 06:08:15 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c17573f..daef39e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # A simple TADS game +[Play Online](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fiplayif.com%2Fproxy%2F%3Furl%3Dhttps%3A%2F%2Fgithub.com%2FHe4eT%2Fsimple-tads-game%2Freleases%2Fdownload%2Fv0.0.1%2FtheGame.t3) + This is a small game that illustrates some aspects of development with TADS3. +Created specifically for the [Decentrala](https://dmz.rs) community. + +[Read more](https://forum.dmz.rs/t/development-of-interactive-fiction-with-tads3/863) + ## How to Build To compile the game, make sure frobtads is installed. From a4423eadd4c1df8665a78f89e50988658167e478 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 12 Dec 2024 06:15:58 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index daef39e..34da3a2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # A simple TADS game -[Play Online](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fiplayif.com%2Fproxy%2F%3Furl%3Dhttps%3A%2F%2Fgithub.com%2FHe4eT%2Fsimple-tads-game%2Freleases%2Fdownload%2Fv0.0.1%2FtheGame.t3) - This is a small game that illustrates some aspects of development with TADS3. Created specifically for the [Decentrala](https://dmz.rs) community. -[Read more](https://forum.dmz.rs/t/development-of-interactive-fiction-with-tads3/863) +- [Read more](https://forum.dmz.rs/t/development-of-interactive-fiction-with-tads3/863) +- [Play online](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fiplayif.com%2Fproxy%2F%3Furl%3Dhttps%3A%2F%2Fgithub.com%2FHe4eT%2Fsimple-tads-game%2Freleases%2Fdownload%2Fv0.0.1%2FtheGame.t3) ## How to Build From 89c7597bb4e7517f61918dc56c49d6b027989b33 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 12 Dec 2024 06:17:28 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34da3a2..1319b91 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Created specifically for the [Decentrala](https://dmz.rs) community. - [Read more](https://forum.dmz.rs/t/development-of-interactive-fiction-with-tads3/863) - [Play online](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fiplayif.com%2Fproxy%2F%3Furl%3Dhttps%3A%2F%2Fgithub.com%2FHe4eT%2Fsimple-tads-game%2Freleases%2Fdownload%2Fv0.0.1%2FtheGame.t3) -## How to Build +## How to Build and Run -To compile the game, make sure frobtads is installed. +To compile the game, make sure [FrobTADS](https://github.com/realnc/frobtads) is installed. ``` t3make -f theGame.t3m From 64ff0959717eeacb1abdfea70d382ea12eb80583 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 12 Dec 2024 06:18:36 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1319b91..b848998 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# A simple TADS game +# A simple TADS3 game This is a small game that illustrates some aspects of development with TADS3.