From fec81559ca210af7f61528e7d7d26112216fd78e Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 18 Jan 2021 14:39:25 +0500 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a11da3..dca92c1 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ the full list of "bricks" on [this page](/docs/table_of_contents.md). ### Build ``` -t3make -f experiment +t3make -f yet_another_experiment ``` ### Incremental build ``` -watch -n 1 t3make -d -we -nobanner -f experiment +watch -n 1 t3make -d -we -nobanner -f yet_another_experiment ``` ## Tutorials and documentation From 88ee9d6763f712b5f6775db4b1ee69e5bd1c36e3 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 24 Jul 2021 23:38:11 +0500 Subject: [PATCH 2/5] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dca92c1..f63f4b3 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,19 @@ Designed as a set of examples for developing [interactive fiction](http://www.if ## How to play +You can +[play this game online](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/focus) +or play it with any TADS3 interpreter. + +See this [cheat sheet](http://pr-if.org/doc/play-if-card/play-if-card-300dpi.png) if you are not familiar with interactive fiction + +### Play with an interpreter + 1. Download `yet_another_experiment.t3` from the [release page](https://github.com/He4eT/tads3_experiment/releases) 1. Install the interpreter that supports TADS adventure games (see the list below) -1. See this [cheat sheet](http://pr-if.org/doc/play-if-card/play-if-card-300dpi.png) if you are not familiar with interactive fiction - -### List of interpreters +#### List of interpreters + - Web: [elseifplayer](https://he4et.github.io/elseifplayer/#/) - Desktop: [gargoyle](https://github.com/garglk/garglk/) or [frobtads](https://github.com/realnc/frobtads) - Android: [fabularium](https://play.google.com/store/apps/details?id=com.luxlunae.fabularium&hl=en) - iOS: [frotz](https://apps.apple.com/au/app/frotz/id287653015) From 0964e61d29994515b988b5b2a8db464fdcf60dae Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 24 Jul 2021 23:47:26 +0500 Subject: [PATCH 3/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f63f4b3..ef75840 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Yet another experiment +[![Play online](https://img.shields.io/badge/Play-online-orange?style=flat-square)](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/focus/) [![IFDB](https://img.shields.io/badge/IFDB-page-lightgrey?style=flat-square)](https://ifdb.tads.org/viewgame?id=rsssdo3anjpwnt6e) A small "escape the room" style [TADS3](https://www.tads.org/) game. @@ -10,7 +11,7 @@ Designed as a set of examples for developing [interactive fiction](http://www.if ## How to play You can -[play this game online](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/focus) +[play this game online](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/focus/) or play it with any TADS3 interpreter. See this [cheat sheet](http://pr-if.org/doc/play-if-card/play-if-card-300dpi.png) if you are not familiar with interactive fiction From eadae09de171f7ac6ea2e31880bdc5c91235d6cd Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 27 Jul 2021 19:47:54 +0500 Subject: [PATCH 4/5] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ef75840..6cab952 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,18 @@ You can [play this game online](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/focus/) or play it with any TADS3 interpreter. -See this [cheat sheet](http://pr-if.org/doc/play-if-card/play-if-card-300dpi.png) if you are not familiar with interactive fiction +See this [cheat sheet](http://pr-if.org/doc/play-if-card/play-if-card-300dpi.png) if you are not familiar with interactive fiction. ### Play with an interpreter -1. Download `yet_another_experiment.t3` from the [release page](https://github.com/He4eT/tads3_experiment/releases) -1. Install the interpreter that supports TADS adventure games (see the list below) +1. Download `yet_another_experiment.t3` from the [release page](https://github.com/He4eT/tads3_experiment/releases). +1. Install the interpreter that supports TADS adventure games (see the list below). -#### List of interpreters - - Web: [elseifplayer](https://he4et.github.io/elseifplayer/#/) - - Desktop: [gargoyle](https://github.com/garglk/garglk/) or [frobtads](https://github.com/realnc/frobtads) - - Android: [fabularium](https://play.google.com/store/apps/details?id=com.luxlunae.fabularium&hl=en) - - iOS: [frotz](https://apps.apple.com/au/app/frotz/id287653015) +#### List of interpreters: + - Web: [elseifplayer](https://he4et.github.io/elseifplayer/#/); + - Desktop: [gargoyle](https://github.com/garglk/garglk/) or [frobtads](https://github.com/realnc/frobtads); + - Android: [fabularium](https://play.google.com/store/apps/details?id=com.luxlunae.fabularium&hl=en); + - iOS: [frotz](https://apps.apple.com/au/app/frotz/id287653015); See the [full list](http://www.ifwiki.org/index.php/Interpreter). @@ -40,10 +40,10 @@ the full list of "bricks" on [this page](/docs/table_of_contents.md). ### Pre-build - 1. Clone this repo - 1. Install [frobtads](https://github.com/realnc/frobtads) - 1. Copy `frobtads/tads3/lib/` to `project_path/lib/` - 1. Copy `frobtads/tads3/include/` to `project_path/lib/include/` + 1. Clone this repo; + 1. Install [frobtads](https://github.com/realnc/frobtads); + 1. Copy `frobtads/tads3/lib/` to `project_path/lib/`; + 1. Copy `frobtads/tads3/include/` to `project_path/lib/include/`; ### Build ``` From 252604779e4f9d4dd20da61f95d1649ae56c7b7c Mon Sep 17 00:00:00 2001 From: Alexey Date: Sun, 2 Jul 2023 14:42:09 +0300 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cab952..f375b48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Yet another experiment -[![Play online](https://img.shields.io/badge/Play-online-orange?style=flat-square)](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/focus/) +[![Play online](https://img.shields.io/badge/Play-online-orange?style=flat-square)](https://he4et.github.io/elseifplayer/#/focus/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/) [![IFDB](https://img.shields.io/badge/IFDB-page-lightgrey?style=flat-square)](https://ifdb.tads.org/viewgame?id=rsssdo3anjpwnt6e) A small "escape the room" style [TADS3](https://www.tads.org/) game. @@ -11,7 +11,7 @@ Designed as a set of examples for developing [interactive fiction](http://www.if ## How to play You can -[play this game online](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/focus/) +[play this game online](https://he4et.github.io/elseifplayer/#/focus/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/) or play it with any TADS3 interpreter. See this [cheat sheet](http://pr-if.org/doc/play-if-card/play-if-card-300dpi.png) if you are not familiar with interactive fiction.