1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/games/tads/pkg-descr
Eitan Adler d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00

18 lines
682 B
Plaintext

TADS is a set of programming tools specially designed for writing
adventure games. TADS consists of:
* A programming language, which resembles C and Java.
* A compiler, which reads a set of source files written in the
TADS programming language and produces a portable binary game
file.
* A library, which provides a set of generic adventure game
definitions.
* An interactive debugger, which lets you examine
your program's execution in order to find and fix programming
errors.
* An interpreter, which a player uses to run your game.
See http://www.plover.net/~textfire/raiffaq/ifaq/ for more
information about obtaining game files.
WWW: http://www.tads.org/