TADS 3
From Just Solve the File Format Problem
(Difference between revisions)
Rhetoric X (Talk | contribs) m |
(Categorize, cleanup) |
||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
− | | | + | |formattype=electronic |
− | | extensions = {{ext|t}} {{ext|t3}} | + | |subcat=Interactive Fiction |
− | | mimetypes = application/x-t3vm-image | + | | extensions = {{ext|t}}, {{ext|t3}} |
+ | | mimetypes = {{mimetype|application/x-t3vm-image}} | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Description == | == Description == | ||
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. 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. Compiled game files can be played on any system that has an appropriate interpreter. |
Latest revision as of 17:57, 18 December 2014
Contents |
[edit] 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. Compiled game files can be played on any system that has an appropriate interpreter.
TADS 3 is the current version of TADS, and is not compatible with previous versions. See TADS for information on the older system.
[edit] Extensions
- .t: Source code file
- .t3: Compiled game file
[edit] 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 OSX)
[edit] 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
[edit] Other Tools
[edit] Sample Files
[edit] 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
[edit] Compiled Games
- Elysium.t3: The Elysium Enigma, by Eric Eve
- indigo.t3: Indigo, by Emily Short