Jump to content

Interactive fiction

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 193.92.2.174 (talk) at 21:49, 14 June 2004 (The commercial era: Added info on Legend Entertainment). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
File:Zork screenshot.png
Zork, an early work of interactive fiction, running on a modern interpreter

Interactive fiction, often abbreviated as IF, refers to a simulated environment in which players use text commands to control characters. Works in this form can be understood as literary and as computer games. Often the term interactive fiction is used to describe or refer to text adventure games, which are a particular type of adventure game. Sometimes the term IF is used to refer generically to all adventure games, at other times to the games produced by the interactive fiction community rather than game companies.

IF author, developer, and critic Graham Nelson has characterized interactive fiction as "a narrative at war with a crossword puzzle".

Today, interactive fiction no longer appears to be commercially viable, but a constant stream of new works is produced by an online interactive fiction community, using freely available text adventure writing systems, particularly Inform and TADS. Most of these games can be downloaded for free from the Interactive Fiction Archive (see external links).

Since 1995 there has been an annual Interactive Fiction Competition for relatively short works. There are also annual XYZZY Awards given out in various categories, modelled on the Academy Awards.

The medium of interactive fiction

Text adventures are one of the oldest types of computer game and form a subset of the adventure genre. The player uses text input to control the game and the game state is relayed to the player via text output.

Input is usually provided by the player in the form of simple sentences such as "get key" or "go east" which may be handled by a simple parser. Parsers vary in sophistication; the first text adventure parsers could only handle two-word sentences in the form of verb-noun pairs. Later parsers could handle increasing levels of complexity from sentences such as "open the red box with the green key then go north". This level of complexity is the standard for works of interactive fiction today.

Works of interactive fiction bear a passing similarity to Multi-User Dungeons or 'MUDs', a form of online text-based role-playing game which became popular in the mid-1980s. The resemblance is a passing one, however -- though both rely on a textual medium, MUDs are not works of fiction, but communities of players.

History

Adventure

In 1975, Will Crowther wrote the first text adventure game, Adventure (originally called ADVENT, and later Colossal Cave). It was programmed in Fortran for the PDP-10 In 1976, Don Woods discovered Adventure while working at the Stanford Artificial Intelligence Lab, and obtained Crowther's permission to expand the game. Crowther's original version was more or less realistic; Woods' changes were reminiscent of the writings of J.R.R. Tolkien, and included a troll, elves, and a volcano inspired by Mount Doom.

In 1976, the game began spreading on ARPANet, and has survived on the Internet to this day. The game has since been ported to many other operating systems.

The popularity of Adventure led to the wide success of interactive fiction during the late 1970s and the 1980s, when home computers had little, if any, graphics capability.

The commercial era

Infocom

In the United States, the best-known company producing works of interactive fiction was Infocom, which created the Zork series and many other titles; among them Trinity, The Hitchhiker's Guide to the Galaxy and A Mind Forever Voyaging.

In June of 1977, Marc Blank, Bruce K. Daniels, Tim Anderson, and Dave Lebling began writing the mainframe version of Zork (also known as Dungeon), at the MIT Laboratory for Computer Science. The game was programmed in a computer language called MDL, a variant of LISP. In 1976, the game was completed. Ten members of the MIT Dynamics Modelling Group went on to join Infocom when it was incorporated in 1979.

In order to make its games as portable as possible, Infocom developed the Z-Machine, a custom virtual machine which could be implemented on a large number of platforms, and which took a standardized story file as input.

Infocom's games were popular for many years, but the company was bought by Activision in 1986 after the failure of Cornerstone, its database software program, and stopped producing text adventures a few years later.

Infocom's games are now considered the classics of the genre, and the period in which it was active is thought of as the first golden age of interactive fiction. In 1992, Activision released volumes one and two of The Lost Treasures of Infocom, a collection of all of Infocom's games.

Adventure International

Adventure International was founded by Scott Adams (not the creator of Dilbert).

In 1978, Scott Adams wrote Adventureland, which was loosely patterned after the original Advent. He took out a small ad in a computer magazine in order to promote and sell Adventureland, thus creating the first commercial adventure game. In 1979 he founded Adventure International, the first commercial publisher of interactive fiction. The company went bankrupt in 1985.

Legend Entertainment

Legend Entertainment was founded by Bob Bates and Mike Verdu in 1989. It started out from the ashes of Infocom.

Their text-adventures used (hi-res) graphics as well as sound, but were still "true" text-adventures. In many areas, the parser was better than the one used by Infocom. Among their better-known titles are Eric The Unready, the Spellcasting series and Gateway (based on Frederik Pohl's novels).

The last text-adventure created by Legend was Gateway II, while the last game ever was Unreal 2 (the well-known 1st person shooter action game). Legend has been shut down in 2004 by Atari.

Other companies

In the UK the leading companies were Magnetic Scrolls and Level 9. Also worthy of mention are Delta 4, Acornsoft, Topologika, Melbourne House, and the homebrew company Zenobi.

The modern era

After the demise of the commercial interactive fiction market, an online community eventually formed around the medium. In 1987, the Usenet newsgroup rec.arts.int-fiction was created, and was soon followed by rec.games.int-fiction.

One of the most important early developments was the reverse-engineering of Infocom's Z-Code format and Z-Machine virtual machine by the InfoTaskForce, a group of enthusiasts, in 1987, and the subsequent development of an interpreter for Z-Code story files. As a result, it became possible to play Infocom's work on modern computers.

The breakthrough that allowed the interactive fiction community to truly prosper, however, was the creation and distribution of two sophisticated development systems. In 1987, Michael J. Roberts released TADS, a programming language designed to produce works of interactive fiction. In 1993, Graham Nelson released Inform, a programming language and set of libraries which compiled to a Z-Code story file. Together, these two systems allowed anyone with sufficient time and dedication to create a game, and caused a growth boom in the online interactive fiction community.

Today, the games created by enthusiasts of the genre regularly surpass the quality of the original Infocom games, and a number of yearly competitions and awards are given out to the best games in the field, among them the annual Interactive Fiction Competition for short works, and the XYZZY Awards. Newer games, such as Photopia and So Far, have further increased the vitality of the interactive fiction genre.

Notable works of interactive fiction

Sample Transcript

This is a hypothetical sample of how an interactive fiction game might typically end:

> look around
You are in a big room with tall pillars, to your north 
resides the large doors into the Wikipedia.
> go north
The doors are locked. Wait, that makes no sense, Wikipedia 
is for everyone! Something must be done...
> inventory
You are carrying a soda, an umbrella, The Key to All The 
Information in the Universe, and a little plastic bottle 
cap.
> unlock the door
Unlock door with what?
> key
The door opens easily and noiselessly, and before you can 
walk through, there's a mad rush of people who enter the 
library and begin improving it. 
***Your mission is complete!***
Would you like to restore a saved game, restart, or quit?
> quit

See also

Alternative Definition

The term "interactive fiction" is also occasionally used to refer to hypertext fiction.