AScape

From IFWiki

Below is the source code to a basic Adventurescape interpreter. It was written to be compiled under djgpp on Windows 32; but there should be no reason why the code cannot be ported across to any systems that has gcc.

It is still pretty basic, but supports nearly all of the standard Adventurescape games.

The Interpreter

The Interpreter can be obtained from ifarchive.org. Ascape Interpreter