Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.03 KB

calypso

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

This work is under GPLv3, please see the LICENSE file.