Happy !

ericvm / Smallworlds

Project infos

License MIT
Tags text adventure, interactive fiction
Creation date 2015-03-24
Website

Monticello registration

About Smallworlds

An interactive fiction framework in Pharo Smalltalk.

The Framework is based on the Smallworlds package for Dolphin Smalltalk (http://ftp.sunet.se/pub/lang/smalltalk/Dolphin/SmallWorlds/) from Bob Jarvis. But it has changed to the point of becoming something else entirely.

To load the project in Pharo, execute the following command:

Gofer new
    url:'http://smalltalkhub.com/mc/ericvm/Smallworlds/main';
    package: 'ConfigurationOfSmallworlds';
    load.

(Smalltalk at: #ConfigurationOfSmallworlds) loadDevelopment.

To run the Cloak of Darkness example:

(AdventureShell world: CDGameWorld default) openWithSpec