Skip to content

He4eT/yet-another-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another experiment

Play online IFDB

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

screenshot

How to play

You can play this game online or play it with any TADS3 interpreter.

See this cheat sheet if you are not familiar with interactive fiction.

Play with an interpreter

  1. Download yet_another_experiment.t3 from the release page.
  2. Install the interpreter that supports TADS adventure games (see the list below).

List of interpreters:

See the full list.

Development

List of things done

This project was created as a playground for learning TADS3.
The resulting game is a set of "bricks" for building other games, and you can see
the full list of "bricks" on this page.

Pre-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/;

Build

t3make -f yet_another_experiment

Incremental build

watch -n 1 t3make -d -we -nobanner -f yet_another_experiment

Tutorials and documentation

  1. Getting Started in TADS 3
    Short tutorial by Eric Eve
  2. TADS 3 Tour Guide
    Not so short tutorial by Eric Eve
  3. Learning TADS 3
    Really huge PDF book by Eric Eve
  4. TADS 3 Library Reference Manual
    Index of the adv3 library and core T3 system library,
    derived directly from the source files

These and other texts can be found on the TADS 3 Bookshelf.