AScape: Difference between revisions

From IFWiki

(Replace source code with a link to the code on ifarchive.org)
(Correct intro text; use ifarchive template)
Line 1: Line 1:
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.
AScape is a basic [[interpreter]] for [[Adventurescape]] games.
 
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.
It is still pretty basic, but supports nearly all of the standard Adventurescape games.


==The Interpreter==
==Links==
The Interpreter can be obtained from ifarchive.org.
* {{ifarchive|games/bbc/|Ascape.zip}}.
[http://www.ifarchive.org/indexes/if-archiveXgamesXbbc.html Ascape Interpreter]
   
   
[[Category: Interpreter]] [[Category: Adventurescape]]
[[Category: Interpreter]]
[[Category: Adventurescape]]

Revision as of 16:47, 15 June 2009

AScape is a basic interpreter for Adventurescape games.

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.

Links