Adventure Definition Language Code
Brought to you by:
cunniff
This directory contains the sources to ADL, including some sample games.
All sources in this directory and subdirectories are:
Copyright 1987, 1988, 2000 by Ross Cunniff
All Rights Reserved
See the file copying.txt for details on the license terms (standard GPL).
http://adl.sourceforge.net
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.
For documentation, consult the ADL Programmer's Reference (see the
ADL home page).
This directory contains the following files and subdirectories:
adlcomp -- sources for adlcomp
adlrun -- sources for adlrun
include -- include files for ADL
man -- Man pages for ADL
misc -- sources for adldebug and adltouch
samples -- some sample ADL specifications
util -- utility routines for ADL
In order to make the executable programs, simply type "make" in this
directory.