Tweak games/blinken version 4.14.3
[dports.git] / games / tads / pkg-descr
1 TADS is a set of programming tools specially designed for writing
2 adventure games. TADS consists of:
3     * A programming language, which resembles C and Java.
4     * A compiler, which reads a set of source files written in the
5 TADS programming language and produces a portable binary game
6 file.
7     * A library, which provides a set of generic adventure game
8 definitions.
9     * An interactive debugger, which lets you examine
10 your program's execution in order to find and fix programming
11 errors.
12     * An interpreter, which a player uses to run your game.
13
14 See http://www.plover.net/~textfire/raiffaq/ifaq/ for more
15 information about obtaining game files.
16
17 WWW: http://www.tads.org/