A simple, complete, text adventure written using Inform 6.
Now includes support for PunyInform
Build using the Inform compiler:
path/to/compiler/inform +path/to/standardlibrary/lib -v5es calypso.inf
Build using PunyInform
path/to/compiler/inform +path/to/punyinform/lib -v5es $#USE_PUNY calypso.inf
Release 7 of the game was tested with the Inform 6 standard library v6.12.6 and PunyInform v4.0, while using the Inform v6.36 compiler.
Read more about the Inform compiler here (This site has some good information, but is no longer maintained; The links on the site to download the compiler and library are outdated.)
The compiler can be found here
The standard library can be found here
PunyInform can be found here