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.
- Versions: 2.44
- Website: https://frotz.sourceforge.net
- Licenses: GPL 2+
- Package source: gnu/packages/games.scm
- Builds: See build status
- Issues: See known issues
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.
Badge code
You can use the following badge to inform users of frotz-dumb-terminal about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/frotz-dumb-terminal'><img src='https://packages.guix.gnu.org/packages/frotz-dumb-terminal/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/frotz-dumb-terminal)
Example Org:
[[https://packages.guix.gnu.org/packages/frotz-dumb-terminal][https://packages.guix.gnu.org/packages/frotz-dumb-terminal/badges/latest-version.svg]]