Sunday, December 27, 2015

SmallWorlds

SmallWorlds is a Smalltalk text adventure framework. It was originally developed in Dolphin Smalltalk and is now ported to Pharo. To try out:

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

((Smalltalk at: #ConfigurationOfSmallworlds) project version:'0.3') load.

where 0.3 is the current version and then

(AdventureShell world: (CDGameWorld new)) openWithSpec.

No comments: