Happy !
ericvm / Smallworlds
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
