mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Update README.md
This commit is contained in:
parent
0964e61d29
commit
eadae09de1
1 changed files with 12 additions and 12 deletions
24
README.md
24
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/)
|
[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.
|
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
|
### Play with an interpreter
|
||||||
|
|
||||||
1. Download `yet_another_experiment.t3` from the [release page](https://github.com/He4eT/tads3_experiment/releases)
|
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. Install the interpreter that supports TADS adventure games (see the list below).
|
||||||
|
|
||||||
#### List of interpreters
|
#### List of interpreters:
|
||||||
- Web: [elseifplayer](https://he4et.github.io/elseifplayer/#/)
|
- Web: [elseifplayer](https://he4et.github.io/elseifplayer/#/);
|
||||||
- Desktop: [gargoyle](https://github.com/garglk/garglk/) or [frobtads](https://github.com/realnc/frobtads)
|
- 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)
|
- 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)
|
- iOS: [frotz](https://apps.apple.com/au/app/frotz/id287653015);
|
||||||
|
|
||||||
See the [full list](http://www.ifwiki.org/index.php/Interpreter).
|
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
|
### Pre-build
|
||||||
|
|
||||||
1. Clone this repo
|
1. Clone this repo;
|
||||||
1. Install [frobtads](https://github.com/realnc/frobtads)
|
1. Install [frobtads](https://github.com/realnc/frobtads);
|
||||||
1. Copy `frobtads/tads3/lib/` to `project_path/lib/`
|
1. Copy `frobtads/tads3/lib/` to `project_path/lib/`;
|
||||||
1. Copy `frobtads/tads3/include/` to `project_path/lib/include/`
|
1. Copy `frobtads/tads3/include/` to `project_path/lib/include/`;
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue