Found 11 records for the .T file extension name
There are 10 other file types using the T file extension:
.t - IRIS Spreadsheet
.t - Alchemy chemical modeller output file
.t - Paradox database file
.t - roff /troff unformatted manual page
.t - Terse language source code
.t - Microsoft Windows Notepad text file
.t - ReaGeniX code generator tester symbol table
.t - TAR Tape Archive without compression
.t - Timber compiler source code
.t - Turing programming language file
file extension T - Tads source file
File extension T description:
TADS is a set of programming tools specially designed for writing adventure games. TADS consists of:
- A programming language, which resembles C and Java. TADS is a powerful object-oriented language with high-level string and list datatypes and syntax specially designed to make adventure game object definitions concise and readable.
- A compiler, which reads a set of source files written in the TADS programming language and produces a portable binary game file. Once you compile your game, you need only give players the compiled binary file; you don't need to distribute your source files to let people play your game. A compiled game file is completely portable - you can simply copy the file to any computer that has a TADS interpreter and run it.
- A library, which provides a set of generic adventure game definitions. The library is written in the TADS language, so you can change it or even completely replace it if you want to go outside the usual conventions. The library provides a large set of object class definitions for the kinds of things that often appear in IF games, and you can use the library classes directly or use them as building blocks to create more customized object types.
- On some systems, an interactive debugger, which lets you examine your program's execution in order to find and fix programming errors. The debugger lets you step through your source code a line at a time, examine variables, set "breakpoints" to stop execution at particular points in the code, and monitor variables to catch specific value changes. The debugger gives you a direct view of the inner workings of your program as it executes, making it much easier to track down logic errors, or just to understand how a piece of code works.
- An interpreter, which a player uses to run your game. TADS interpreters exist for many operating systems, and each version has been customized to conform to the look and feel of its operating system. Since the interpreter provides the human interface, and each interpreter is customized for its system, a TADS game automatically adopts the correct local look and feel for each system it runs on.
Associated applications to file extension T:
Company / developer:
Michael J. Roberts
TADS 3 is a robust, modern programming environment specially designed for creating Interactive Fiction.
