This package browser is in early development. Mind the rough edges.

frotz-dumb-terminal

Portable Z-machine dumb interpreter for text adventure games

Frotz is an interpreter for Infocom games and other Z-machine games in the text adventure/interactive fiction genre. dfrotz is the dumb interface version. You get no screen control; everything is just printed to the terminal line by line. The terminal handles all the scrolling. Maybe you'd like to experience what it's like to play Adventure on a teletype. A much cooler use for compiling Frotz with the dumb interface is that it can be wrapped in CGI scripting, PHP, and the like to allow people to play games on webpages. It can also be made into a chat bot.

Installation

Install the latest version of frotz-dumb-terminal as follows:

guix install frotz-dumb-terminal

Or install a particular version:

guix install frotz-dumb-terminal@2.44

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.