A small "escape the room" style TADS3 game
  • Raku 45.5%
  • Perl 42.6%
  • Terra 11.9%
Find a file
2020-03-26 23:16:03 +05:00
src Polishing 2020-03-25 14:08:33 +05:00
test redRoom: other interior 2020-03-22 20:24:32 +05:00
.gitignore Initial commit 2019-10-26 03:17:47 +05:00
experiment.t Version update 2020-03-26 18:37:32 +05:00
experiment.t3m Initial commit 2019-10-26 03:17:47 +05:00
map.md Map update 2020-03-26 18:36:27 +05:00
README.md Create README.md 2020-03-26 23:16:03 +05:00
screenshot.png Add screenshot 2020-03-26 18:37:56 +05:00

Yet another experiment

A small "escape the room" style TADS3 game.
Designed as a set of examples for developers of interactive fiction.

screenshot

How to play

  1. Download the story-file on the release page
  2. Install the interpreter that supports TADS adventure games (see the list below)

List of interpreters

See the full list.

Development

Build

  1. Clone this repo
  2. Install frobtads
  3. Copy frobtads/tads3/lib/ to project_path/lib/
  4. Copy frobtads/tads3/include/to project_path/lib/include/
  5. Run t3make -f experiment to compile