diff options
Diffstat (limited to 'games/adl/README')
-rw-r--r-- | games/adl/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/adl/README b/games/adl/README index 02bfbf10be87..a01c8345627b 100644 --- a/games/adl/README +++ b/games/adl/README @@ -1,10 +1,14 @@ adl (compiler and runtime for adventure definition language) -ADL stands for Adventure Definition Language. It is a superset, with +ADL stands for Adventure Definition Language. It is a superset, with greatly enhanced capabilities, of an older language named DDL. DDL was originally written in 1981 by Michael Urban, Chris Kostanick, Michael Stein, Bruce Adler, and Warren Usui, all of the UCLA Computer Club. Includes compiler (adlcomp), runtime (adlrun), debugger (adldebug), and two sample games (aard and mpu). Documentation and sample code is -installed in /usr/doc/adl-$VERSION. +installed in /usr/doc/adl-$VERSION. Also, the ADL Programmer's Reference +Manual is available at: http://adl.sourceforge.net/ + +The package includes 3 versions of ADL, for maximum compatibility. See +README_versions.txt for details. |