TADS
From Just Solve the File Format Problem
(Difference between revisions)
Rhetoric X (Talk | contribs) m |
Rhetoric X (Talk | contribs) (Finishing) |
||
Line 12: | Line 12: | ||
|[[Interactive Fiction]] | |[[Interactive Fiction]] | ||
| > | | > | ||
− | | '''TADS'' | + | | '''TADS''' |
|} | |} | ||
Line 28: | Line 28: | ||
== Interpreters == | == Interpreters == | ||
* HTML TADS Interpreter (Windows, freeware, [http://www.tads.org/tads3.htm website]): the official TADS 2 and TADS 3 interpreter with full multimedia support | * HTML TADS Interpreter (Windows, freeware, [http://www.tads.org/tads3.htm website]): the official TADS 2 and TADS 3 interpreter with full multimedia support | ||
+ | * Jetty (cross-platform, open source, [http://inky.org/if/jetty/index.html website]: a TADS 2 interpreter written in Java | ||
* QTads (cross-platform, open source, [http://www.tads.org/frobtads.htm website]): a TADS 2 and TADS 3 interpreter with full multimedia support | * QTads (cross-platform, open source, [http://www.tads.org/frobtads.htm website]): a TADS 2 and TADS 3 interpreter with full multimedia support | ||
+ | |||
+ | == Other Tools == | ||
+ | *[http://ifarchive.org/indexes/if-archiveXprogrammingXtads2.html IF Archive: TADS 2 Programming] | ||
+ | |||
+ | == Sample Files == | ||
+ | |||
+ | === Source Code === | ||
+ | * [http://www.ifarchive.org/if-archive/games/source/tads/ditchday.zip ditchday.zip]: Ditch Day Drifter, by Michael J. Roberts. Source code and compiled .gam file included. | ||
+ | * [http://www.ifarchive.org/if-archive/games/source/tads/zeb3src.zip zeb3src.zip]: Uncle Zebulon's Will, by Magnus Olsson. Full source code. | ||
+ | |||
+ | === Compiled Games === | ||
+ | * [http://ifarchive.org/if-archive/games/tads/1893Demo.gam 1893Demo.gam]: 1893: A World's Fair Mystery (demo), by Peter Nepstad | ||
+ | * [http://ifarchive.org/if-archive/games/tads/grip.gam grip.gam]: Losing Your Grip, by Stephen Grande | ||
+ | |||
+ | == Further Information == | ||
+ | * [http://www.tads.org/t2doc/doc/index.html TADS 2 Author's Manual] | ||
+ | * [http://www.tads.org/tads2.htm TADS 2 Homepage] |
Revision as of 04:23, 5 November 2012
File Formats | > | Electronic File Formats | > | Interactive Fiction | > | TADS |
Contents |
Description
TADS (Text Adventure Development System) is an Interactive Fiction development system by Michael J. Roberts. Plain text source code files are created using the TADS programming language, and then compiled into a system-independent game file.
The term "TADS", unqualified, generally refers to TADS version 2 and below. TADS 3 is the currently developed version of the platform, and it is incompatible with previous versions. See the TADS 3 page for more information on this version.
Compilers
- TADS 2 Author's Kit (Windows, freeware, website: the official TADS 2 implementation
- FrobTADS (Unix-like, freeware, website: ports of TADS 2 and TADS 3 compilers for Unix systems (including Mac OS X)
Interpreters
- HTML TADS Interpreter (Windows, freeware, website): the official TADS 2 and TADS 3 interpreter with full multimedia support
- Jetty (cross-platform, open source, website: a TADS 2 interpreter written in Java
- QTads (cross-platform, open source, website): a TADS 2 and TADS 3 interpreter with full multimedia support
Other Tools
Sample Files
Source Code
- ditchday.zip: Ditch Day Drifter, by Michael J. Roberts. Source code and compiled .gam file included.
- zeb3src.zip: Uncle Zebulon's Will, by Magnus Olsson. Full source code.
Compiled Games
- 1893Demo.gam: 1893: A World's Fair Mystery (demo), by Peter Nepstad
- grip.gam: Losing Your Grip, by Stephen Grande