AGiliTy: The (mostly) universal AGT interpreter

Version 1.1.2
Written by Robert Masenten
Updates and Windows version by David Kinder

This is an interpreter for game files created with Malmberg and Welch's Adventure Game Toolkit. AGiliTy is universal in the sense that it understands and interprets most of the many versions of the AGT game file format (unlike the original interpreters which were only intended to run the game file format associated with them) and also in that it is written in ANSI C and so should be straightforward to port to other systems.

It is not a port of the original interpreters but rather a completely new interpreter built around the game file format; while it follows the original interpreters on most things, there are some differences which are described below.

The most recent release of this program can be found at the Interactive Fiction archive:
https://www.ifarchive.org/indexes/if-archive/programming/agt/agility/

This software is copyright 1996-1999,2001 by Robert Masenten. This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.