Index: if-archive/programming/iage

IAGE is a multi-user text adventure authoring system, written by Robin Rawson-Tetley. Current Version: 020709 for JDK 1.1 for Linux, Windows, MacOS 8+, BEOS, Solaris and just about anything else where a Java VM exists.


31 Files

alice.iage [21-Mar-2002]

Alice Through the Looking Glass, Gareth Rees' example Inform game, converted to IAGE. Compiled IAGE game.

alice.ic [21-Mar-2002]

Alice Through the Looking Glass, Gareth Rees' example Inform game, converted to IAGE. IAGE source code.

cloakofdarkness.iage [21-Mar-2002]

Cloak of Darkness, Roger Firth's example adventure for comparing authoring systems. Compiled IAGE game.

cloakofdarkness.ic [21-Mar-2002]

Cloak of Darkness, Roger Firth's example adventure for comparing authoring systems. IAGE source code.

dbm.iage [22-Mar-2002]
IFDB entry
IFWiki: Death By Monkey

Death by Monkey, Robin's entry for the IntroComp. Compiled IAGE game. (the original competition entry is in games/mini-comps/introcomp/dbm.iage)

dbm.ic [22-Mar-2002]
IFDB entry
IFWiki: Death By Monkey

Death by Monkey, Robin's entry for the IntroComp. IAGE source code.

IAGE_All_UNIX_Versions_install.bin [09-Jul-2002]

IAGE installer for Unix (Linux, Solaris, HP-UX and AIX) systems. To install, enter

sh ./IAGE_All_UNIX_Versions_install.bin
IAGE_All_Windows_Versions_install.exe [09-Jul-2002]

IAGE installer for Windows. Self-extracting archive.

IAGE_MacOS_Classic_install.bin [09-Jul-2002]

IAGE installer for MacOS Classic 8.1 or higher.

IAGE_MacOS_X_install.sit [09-Jul-2002]

IAGE installer for MacOS X.

iage_release_notes_020709.txt [09-Jul-2002]

Release notes for IAGE.

iageclient.jar [09-Jul-2002]

Java client for IAGE.

iageclientapplet.zip [09-Jul-2002]
View contents

Java applet client for IAGE.

iagecompiler.jar [09-Jul-2002]

Java-based compiler for IAGE.

iagedevguide.pdf [22-Nov-2001]

Documentation on how to write games with IAGE, PDF format.

iagedevref.pdf [28-Mar-2002]

Developer's Reference for IAGE, describing all IAGE classes, maths, code flow and syntax. PDF format.

iageinteractive.jar [09-Jul-2002]

Java-based compiler for compiling IAGE interactive code to IAGE source code, for the creation of "chaterbot" style NPCs with natural language parsing abilities.

iagelibrary.zip [22-Apr-2002]
View contents

IAGE compiler import libraries.

iageremote.jar [09-Jul-2002]

Console client allowing remote administration of IAGE servers.

iageserver.jar [09-Jul-2002]

Java server for IAGE.

iageservplet.zip [09-Jul-2002]
View contents

Java applet server and client.

iagesource.tar.gz [02-Feb-2004]
View contents

Java source code for the IAGE system.

iageueditwords.txt [22-Feb-2002]

Wordfile for editing IAGE source in UltraEdit.

iageusermanual.pdf [18-Mar-2002]

Documentation for using the server and playing games with IAGE, PDF format.

minizork.iage [21-Mar-2002]

An incomplete implementation of Infocom's "Mini Zork" version of Zork 1. Compiled IAGE game.

minizork.ic [21-Mar-2002]

An incomplete implementation of Infocom's "Mini Zork" version of Zork 1. IAGE source code.

mstppbd.iage [21-Mar-2002]

Sample IAGE game, a MSTing of "Pick up the Phone Booth and Die", originally by R. Noyes. Compiled IAGE game.

mstppbd.ic [21-Mar-2002]

Sample IAGE game, a MSTing of "Pick up the Phone Booth and Die", originally by R. Noyes. IAGE source code.

ruins.iage [21-Mar-2002]
IFDB entry

Ruins, the sample game from the Inform Designer's Manual, converted to IAGE. Compiled IAGE game.

ruins.ic [21-Mar-2002]
IFDB entry

Ruins, the sample game from the Inform Designer's Manual, converted to IAGE. IAGE source code.

test.interaction [09-Jul-2002]

IAGE interaction code for generating a chatterbot NPC.