yet-another-experiment/README.md
2020-03-26 23:16:03 +05:00

1.1 KiB

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