Text-based game
   HOME

TheInfoList



OR:

A text game or text-based game is an
electronic game An electronic game is a game that uses electronics to create an interactive system with which a player can play. Video games are the most common form today, and for this reason the two terms are often used interchangeably. There are other common ...
that uses a text-based user interface, that is, the user interface employs a set of encodable characters, such as
ASCII ASCII ( ), abbreviated from American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices. Because ...
, instead of
bitmap In computing, a bitmap is a mapping from some domain (for example, a range of integers) to bits. It is also called a bit array or bitmap index. As a noun, the term "bitmap" is very often used to refer to a particular bitmapping application: t ...
or
vector Vector most often refers to: *Euclidean vector, a quantity with a magnitude and a direction *Vector (epidemiology), an agent that carries and transmits an infectious pathogen into another living organism Vector may also refer to: Mathematic ...
graphics. All text-based games have been well documented since at least the 1960s, when
teleprinter A teleprinter (teletypewriter, teletype or TTY) is an electromechanical device that can be used to send and receive typed messages through various communications channels, in both point-to-point and point-to-multipoint configurations. Init ...
s were interlaced with
mainframe computer A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterprise ...
s as a form of input, where the output was printed on paper. With that, notable titles were developed for those computers using the sprinter in the 1960s and 1970s and more numerous game titles have been developed for our video terminals since at least the mid-1970s, having reached their peak popularity in that decade and the 1980s, and continued as early
online games An online game is a video game that is either partially or primarily played through the Internet or any other computer network available. Online games are ubiquitous on modern gaming platforms, including PCs, consoles and mobile devices, and s ...
into the mid-1990s. Although generally replaced in favor of
video games Video games, also known as computer games, are electronic games that involves interaction with a user interface or input device such as a joystick, controller, keyboard, or motion sensing device to generate visual feedback. This feedbac ...
that utilize non-textual graphics, text-based games continue to be written by independent developers. They have been the basis of instigating genres of video gaming, especially
adventure An adventure is an exciting experience or undertaking that is typically bold, sometimes risky. Adventures may be activities with danger such as traveling, exploring, skydiving, mountain climbing, scuba diving, river rafting, or other extreme ...
and
role-playing video game A role-playing video game (commonly referred to as simply a role-playing game or RPG, as well as a computer role-playing game or CRPG) is a video game genre where the player controls the actions of a character (or several party members) immers ...
s.


Overview

Strictly speaking, text-based means employing an encoding system of characters designed to be printable as text data. As most computers only read
binary code A binary code represents text, computer processor instructions, or any other data using a two-symbol system. The two-symbol system used is often "0" and "1" from the binary number system. The binary code assigns a pattern of binary digits, als ...
, encoding formats are typically written in such, where a bit is the smallest unit of data that has two possible values and each combination of bits represents a byte. That said, a text-based game is any electronic game whereby information is conveyed as encoded text in the user interface. Although technically graphical when displayed on a computer monitor, ''text data'' is sometimes contrasted with ''graphics'' as the former is text-only; data representation conveyed via an output device is restricted to a given set of encodable characters and the total number thereof, as well as graphical capabilities. For example, ASCII uses 96 printable characters in its set of 128, whereas
ANSI The American National Standards Institute (ANSI ) is a private non-profit organization that oversees the development of voluntary consensus standards for products, services, processes, systems, and personnel in the United States. The organi ...
uses both ASCII and 128 additional characters from
extended ASCII Extended ASCII is a repertoire of character encodings that include (most of) the original 96 ASCII character set, plus up to 128 additional characters. There is no formal definition of "extended ASCII", and even use of the term is sometimes critic ...
and allows the text to be variously colored, allowing for further possibilities. Text data also has the advantage of requiring small processing power and minimal graphical capabilities by modern standards, as well as significantly reducing production costs compared to graphical data.


History

Text-based games trace as far back as teleprinters in the 1960s, when they were installed on early mainframe computers as an input-and-output form. At that time, video terminals were expensive and being experimented as "
glass teletypes A computer terminal is an electronic or electromechanical hardware device that can be used for entering data into, and transcribing data from, a computer or a computing system. The teletype was an example of an early-day hard-copy terminal a ...
", and the user would submit commands via the teleprinter interfaced with the mainframe, the output being printed on paper. Notable early mainframe games include ''
The Sumerian Game ''The Sumerian Game'' is a text-based strategy video game of land and resource management. It was developed as part of a joint research project between the Board of Cooperative Educational Services of Westchester County, New York and IBM in 19 ...
'', ''
Lunar Lander A lunar lander or Moon lander is a spacecraft designed to land on the surface of the Moon. As of 2021, the Apollo Lunar Module is the only lunar lander to have ever been used in human spaceflight, completing six lunar landings from 1969 to 19 ...
'', '' The Oregon Trail'', and ''
Star Trek ''Star Trek'' is an American science fiction media franchise created by Gene Roddenberry, which began with the eponymous 1960s television series and quickly became a worldwide pop-culture phenomenon. The franchise has expanded into vari ...
''. In the mid-1970s, when video terminals became the cheapest means for multiple users to interact with mainframes, text-based games were designed in universities for mainframes partly as an experiment on
artificial intelligence Artificial intelligence (AI) is intelligence—perceiving, synthesizing, and inferring information—demonstrated by machines, as opposed to intelligence displayed by animals and humans. Example tasks in which this is done include speech ...
, the majority of these games being either based on the 1974
role-playing game A role-playing game (sometimes spelled roleplaying game, RPG) is a game in which players assume the roles of characters in a fictional setting. Players take responsibility for acting out these roles within a narrative, either through literal ac ...
''
Dungeons and Dragons ''Dungeons & Dragons'' (commonly abbreviated as ''D&D'' or ''DnD'') is a fantasy tabletop role-playing game (RPG) originally designed by Gary Gygax and Dave Arneson. The game was first published in 1974 by Tactical Studies Rules, Inc. (TS ...
'' or inspired by J. R. R. Tolkien's works. As with other games, they often lacked functionalities such as
saving Saving is income not spent, or deferred consumption. Methods of saving include putting money aside in, for example, a deposit account, a pension account, an investment fund, or as cash. Saving also involves reducing expenditures, such as recur ...
. Proposed reasons for the absence of the ability to save included the fact that early computer games were often simple and gaming sessions were brief, as well as hardware limitations and costs. This may partly explain why earlier computer games were developed instead under the episodic structure, but such computer games whose
source code In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the ...
could be accessed by anyone could be
modified Modified may refer to: * ''Modified'' (album), the second full-length album by Save Ferris *Modified racing, or "Modifieds", an American automobile racing genre See also * Modification (disambiguation) * Modifier (disambiguation) Modifier may re ...
, and as designers wrote larger game worlds, gaming sessions lengthened, and the need to resume where left off became inevitable. This started in 1977 with
Don Woods Donald Woods (1933–2001) was a South African journalist and activist. Donald or Don Woods may also refer to: * Donald Woods (actor) (1906–1998), Canadian-born American film and television actor * Donald Devereux Woods (1912–1964), British ...
' revision of the 1976 text-based
adventure game An adventure game is a video game genre in which the player assumes the role of a protagonist in an interactive story driven by exploration and/or puzzle-solving. The genre's focus on story allows it to draw heavily from other narrative-based ...
''
Colossal Cave Adventure ''Colossal Cave Adventure'' (also known as ''Adventure'' or ''ADVENT'') is a text-based adventure game, released in 1976 by developer Will Crowther for the PDP-10 mainframe computer. It was expanded upon in 1977 by Don Woods. In the game, the ...
'' (later renamed to ''Adventure''), which saw expanded gameplay and story and, notably, the ability to save. Text-based games were also early forerunners to online gaming. From the late-1970s until the worldwide dominance of the Internet in the mid-1990s, home computer users could still interact remotely with other computers by using dial-up
modem A modulator-demodulator or modem is a computer hardware device that converts data from a digital format into a format suitable for an analog transmission medium such as telephone or radio. A modem transmits data by modulating one or more c ...
s, connecting them via telephone wires. These computers were often directed via text-based terminal emulators to hobbyist-run
bulletin board system A bulletin board system (BBS), also called computer bulletin board service (CBBS), is a computer server running software that allows users to connect to the system using a terminal program. Once logged in, the user can perform functions such ...
s (BBSes), which tended to be accessible—often freely—by area codes to cut costs from more distant communications. Without a graphical program for clients, most online computer games could only run using textual graphics, and where the user did have such a program, the often limited bandwidth of the modem made downloading graphics much slower than text. Online games designed for BBSes initially used ASCII as the character set, but since the late-1980s, most BBSes employed colored
ANSI art The American National Standards Institute (ANSI ) is a private non-profit organization that oversees the development of voluntary consensus standards for products, services, processes, systems, and personnel in the United States. The organi ...
as the graphical standard. These online games became known as " BBS door games", as connecting to a BBS opened the "door" between the client and the games on the BBS. However, terminal emulators are still in use today, and people continue playing MUDs (multi-user dungeon) and exploring
interactive fiction '' Interactive fiction, often abbreviated IF, is software simulating environments in which players use text commands to control characters and influence the environment. Works in this form can be understood as literary narratives, either in the ...
. The
Interactive Fiction Competition The Interactive Fiction Competition (also known as IFComp) is one of several annual competitions for works of interactive fiction. It has been held since 1995. It is intended for fairly short games, as judges are only allowed to spend two hours pla ...
was established in 1995 to encourage development of and explore independent interactive fiction titles, and has since held annual competitions for who can develop the best such game.


Genres

Although text-based games are not limited to any specific genre, several notable genres started as and were popularized by text-based games.


Text adventure

Text adventures (sometimes synonymously referred to as interactive fiction) are text-based games wherein worlds are described in the narrative and the player submits typically simple commands to interact with the worlds. ''
Colossal Cave Adventure ''Colossal Cave Adventure'' (also known as ''Adventure'' or ''ADVENT'') is a text-based adventure game, released in 1976 by developer Will Crowther for the PDP-10 mainframe computer. It was expanded upon in 1977 by Don Woods. In the game, the ...
'' is considered to be the first adventure game, and indeed the name of the genre ''adventure game'' is derived from the title. As text-based adventure games reached their peak in popularity in the late 1970s and 1980s, notable text-based adventure titles were released by various developers, including ''
Zork ''Zork'' is a text-based adventure game first released in 1977 by developers Tim Anderson, Marc Blank, Bruce Daniels, and Dave Lebling for the PDP-10 mainframe computer. The original developers and others, as the company Infocom, expanded a ...
'' and ''
The Hitchhiker's Guide to the Galaxy ''The Hitchhiker's Guide to the Galaxy'' (sometimes referred to as ''HG2G'', ''HHGTTG'', ''H2G2'', or ''tHGttG'') is a comedy science fiction franchise created by Douglas Adams. Originally a 1978 radio comedy broadcast on BBC Radio 4, it ...
'' by
Infocom Infocom was an American software company based in Cambridge, Massachusetts, that produced numerous works of interactive fiction. They also produced a business application, a relational database called '' Cornerstone''. Infocom was founded o ...
.


MUD

An ''MUD'' (originally ''Multi-User Dungeon'', with later variants ''Multi-User Dimension'' and ''Multi-User Domain''), is a multi-user
real-time Real-time or real time describes various operations in computing or other processes that must guarantee response times within a specified time (deadline), usually a relatively short time. A real-time process is generally one that happens in defined ...
online In computer technology and telecommunications, online indicates a state of connectivity and offline indicates a disconnected state. In modern terminology, this usually refers to an Internet connection, but (especially when expressed "on line" ...
virtual world A virtual world (also called a virtual space) is a computer-simulated environment which may be populated by many users who can create a personal avatar, and simultaneously and independently explore the virtual world, participate in its activities ...
. Most MUDs are represented entirely in text, but graphical MUDs are not unknown. MUDs combine elements of role-playing games,
hack and slash Hack and slash, also known as hack and slay (H&S or HnS) or slash 'em up, refers to a type of gameplay that emphasizes combat with melee-based weapons (such as swords or blades). They may also feature projectile-based weapons as well (such a ...
, interactive fiction, and
online chat Online chat may refer to any kind of communication over the Internet that offers a real-time transmission of text messages from sender to receiver. Chat messages are generally short in order to enable other participants to respond quickly. Ther ...
. Players can read or view depictions of rooms, objects, other players,
non-player characters A non-player character (NPC), or non-playable character, is any character in a game that is not controlled by a player. The term originated in traditional tabletop role-playing games where it applies to characters controlled by the gamemaster o ...
, and actions performed in the virtual world. Players typically interact with each other and the world by typing commands that resemble a
natural language In neuropsychology, linguistics, and philosophy of language, a natural language or ordinary language is any language that has evolved naturally in humans through use and repetition without conscious planning or premeditation. Natural languages ...
.


Roguelike

The ''roguelike'' is a subgenre of role-playing
video game Video games, also known as computer games, are electronic games that involves interaction with a user interface or input device such as a joystick, controller, keyboard, or motion sensing device to generate visual feedback. This feedba ...
s, characterized by randomization for replayability, permanent death, and
turn-based In video and other games, the passage of time must be handled in a way that players find fair and easy to understand. This is usually done in one of the two ways: real-time and turn-based. Real-time Real-time games have game time progress cont ...
movement. Many early roguelikes featured ASCII graphics. Games are typically
dungeon crawl A dungeon crawl is a type of scenario in fantasy role-playing games in which heroes navigate a labyrinth environment (a " dungeon"), battling various monsters, avoiding traps, solving puzzles, and looting any treasure they may find. Video games a ...
s, with many monsters, items, and environmental features. Computer roguelikes usually employ the majority of the keyboard to facilitate interaction with items and the environment. The name of the genre comes from the
1980 Events January * January 4 – U.S. President Jimmy Carter proclaims a grain embargo against the USSR with the support of the European Commission. * January 6 – Global Positioning System time epoch begins at 00:00 UTC. * January 9 – In ...
game ''
Rogue A rogue is a person or entity that flouts accepted norms of behavior. Rogue or rogues may also refer to: Companies * Rogue Ales, a microbrewery in Newport, Oregon * Rogue Arts, a film production company * Rogue Entertainment, a software co ...
''.


See also

*
ASCII art ASCII art is a graphic design technique that uses computers for presentation and consists of pictures pieced together from the 95 printable (from a total of 128) characters defined by the ASCII Standard from 1963 and ASCII compliant char ...
*
List of text-based computer games The following list of text-based games is not to be considered an authoritative, comprehensive listing of all such games; rather, it is intended to represent a wide range of game styles and genres presented using the text mode display and their e ...
* Online text-based role-playing game


References

{{reflist Video game graphics Video game terminology Video games with textual graphics