TADS 3
From Just Solve the File Format Problem
(Difference between revisions)
Rhetoric X (Talk | contribs) (Created page with "{{FormatInfo | name = TADS 3 | extensions = .t3 | mimetypes = application/x-t3vm-image }} == Description {| |File Formats | > ...") |
Rhetoric X (Talk | contribs) (Oops. This is the actual TADS 3 page.) |
||
Line 5: | Line 5: | ||
}} | }} | ||
− | |||
{| | {| | ||
Line 14: | Line 13: | ||
|[[Interactive Fiction]] | |[[Interactive Fiction]] | ||
| > | | > | ||
− | | '''TADS''' | + | | '''TADS 3''' |
|} | |} | ||
== Description == | == Description == | ||
− | TADS (Text Adventure Development System) is an [[Interactive Fiction]] development system by Michael J. Roberts. [[TXT|Plain text]] source code files are created using the TADS programming language, and then compiled into a system-independent game file. TADS source code files typically have the extension .t. Compiled game files can be played on any system that has an appropriate interpreter. | + | TADS 3 (Text Adventure Development System) is an [[Interactive Fiction]] development system by Michael J. Roberts. [[TXT|Plain text]] source code files are created using the TADS 3 programming language, and then compiled into a system-independent game file. TADS 3 source code files typically have the extension .t. Compiled game files can be played on any system that has an appropriate interpreter. |
− | + | TADS 3 is the current version of TADS, and is a radical departure from previous versions. See [[TADS]] for more information. | |
== Compilers == | == Compilers == | ||
− | * TADS | + | * TADS 3 Author's Kit (Windows, freeware, [http://www.tads.org/tads3.htm website]: the official TADS 3 implementation |
* FrobTADS (Unix-like, freeware, [http://www.tads.org/frobtads.htm website]: ports of TADS 2 and TADS 3 compilers for Unix systems (including Mac OS X) | * FrobTADS (Unix-like, freeware, [http://www.tads.org/frobtads.htm website]: ports of TADS 2 and TADS 3 compilers for Unix systems (including Mac OS X) | ||
== 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. Despite the name, it does not run on the web. | * HTML TADS Interpreter (Windows, freeware, [http://www.tads.org/tads3.htm website]): the official TADS 2 and TADS 3 interpreter with full multimedia support. Despite the name, it does not run on the web. | ||
− | |||
* 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 == | == Other Tools == | ||
− | *[http://ifarchive.org/indexes/if- | + | * [http://ifarchive.org/indexes/if-archiveXprogrammingXtads3.html IF Archive: TADS 3 Programming] |
== Sample Files == | == Sample Files == | ||
=== Source Code === | === Source Code === | ||
− | * [http://www.ifarchive.org/if-archive/games/source/tads/ | + | * [http://www.ifarchive.org/if-archive/games/source/tads/return-to-ditch-day-src.zip return-to-ditch-day-src.zip]: Return to Ditch Day (source code), by Michael J. Roberts |
− | * [http://www.ifarchive.org/if-archive/games/source/tads/ | + | * [http://www.ifarchive.org/if-archive/games/source/tads/SquareCircleSrc.zip SquareCircleSrc.zip]: Square Circle (source code), by Eric Eve |
=== Compiled Games === | === Compiled Games === | ||
− | * [http://ifarchive.org/if-archive/games/ | + | * [http://www.ifarchive.org/if-archive/games/competition2006/tads3/elysium/Elysium.t3 Elysium.t3]: The Elysium Enigma, by Eric Eve |
− | * [http://ifarchive.org/if-archive/games/tads/ | + | * [http://www.ifarchive.org/if-archive/games/tads/indigo.t3 indigo.t3]: Indigo, by Emily Short |
== Further Information == | == Further Information == | ||
− | * [http://www. | + | * [http://www.tads.org/ TADS 3 Homepage] |
− | * [http://www.tads.org/ | + | * [http://www.tads.org/t3doc/doc/index.htm TADS 3 Manuals] |
− | + |
Revision as of 05:03, 5 November 2012
File Formats | > | Electronic File Formats | > | Interactive Fiction | > | TADS 3 |
Contents |
Description
TADS 3 (Text Adventure Development System) is an Interactive Fiction development system by Michael J. Roberts. Plain text source code files are created using the TADS 3 programming language, and then compiled into a system-independent game file. TADS 3 source code files typically have the extension .t. Compiled game files can be played on any system that has an appropriate interpreter.
TADS 3 is the current version of TADS, and is a radical departure from previous versions. See TADS for more information.
Compilers
- TADS 3 Author's Kit (Windows, freeware, website: the official TADS 3 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. Despite the name, it does not run on the web.
- QTads (cross-platform, open source, website): a TADS 2 and TADS 3 interpreter with full multimedia support
Other Tools
Sample Files
Source Code
- return-to-ditch-day-src.zip: Return to Ditch Day (source code), by Michael J. Roberts
- SquareCircleSrc.zip: Square Circle (source code), by Eric Eve
Compiled Games
- Elysium.t3: The Elysium Enigma, by Eric Eve
- indigo.t3: Indigo, by Emily Short