mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-04 16:47:22 +00:00
A small "escape the room" style TADS3 game
- Raku 45.5%
- Perl 42.6%
- Terra 11.9%
| src | ||
| test | ||
| .gitignore | ||
| experiment.t | ||
| experiment.t3m | ||
| map.md | ||
| README.md | ||
| screenshot.png | ||
Yet another experiment
A small "escape the room" style TADS3 game.
Designed as a set of examples for developers of interactive fiction.
How to play
- Download the story-file on the release page
- Install the interpreter that supports TADS adventure games (see the list below)
List of interpreters
- Desktop: gargoyle or frobtads
- Android: fabularium
- iOS: frotz
See the full list.
Development
Build
- Clone this repo
- Install frobtads
- Copy
frobtads/tads3/lib/toproject_path/lib/ - Copy
frobtads/tads3/include/toproject_path/lib/include/ - Run
t3make -f experimentto compile
