Frotz

From Wikipedia, the free encyclopedia

Frotz was a verb in MIT slang, meaning "to play with" or "to manipulate". This presumably led to its use in certain Infocom games (see below). (Other instances of MIT slang to appear in the Zork series include "Frob" and its variations, such as "Frobnitz" and "Frobozz", and the word "Zork" itself.)

[edit] Spell

Frotz is also the name of the spell in Infocom's Enchanter series. This spell causes an object to glow with light.

A typical casting of the Frotz spell looks like this:

> frotz spellbook
There is an almost blinding flash of light as the spell book begins to
glow! It slowly fades to a less painful level, but the spell book is now
quite usable as a light source.

[edit] Game interpreter

Windows Frotz, playing Zork
Enlarge
Windows Frotz, playing Zork

Frotz is a Z-machine implementation: an adventure game engine for playing the Infocom's text adventures, as well as more recent games released by others.

Frotz is perhaps the most well-known and popular Z-machine implementation available. Its advantages over other Z-machines are twofold: firstly, though it was not the first non-Infocom Z-machine to be released, it was one of the early ones-- its initial release by Stefan Jokisch was in 1995. Secondly, because the program is written in highly portable C, it has been possible to port the original DOS version to most modern computer formats, including not only Unix and Windows but even palmtops and mobile phones. Various extensions have since been added, such as sound effects and graphics.

In 2002, the Frotz core codebase was picked up by David Griffith, who continues to develop it. At this time the codebase was distinctly split between the virtual machine and the user interface portions such that the virtual machine became entirely independent from any user interface. This allowed some clever programmers to create some of the stranger ports of Frotz. One of the strangest is also one of the simplest: an instant messenger bot is wrapped around a version of Frotz with the bare minimum of IO functionality creating a bot with which one can play most Z-machine games using an instant messenger.

[edit] External links