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 commo ...
that uses a
text-based user interface In computing, text-based user interfaces (TUI) (alternately terminal user interfaces, to reflect a dependence upon the properties of computer terminals and not just text), is a retronym describing a type of user interface (UI) common as an ear ...
, that is, the user interface employs a set of encodable characters, such as
ASCII ASCII ( ), an acronym for American Standard Code for Information Interchange, is a character encoding standard for representing a particular set of 95 (English language focused) printable character, printable and 33 control character, control c ...
, instead of
bitmap In computing, a bitmap (also called raster) graphic is an image formed from rows of different colored pixels. A GIF is an example of a graphics image file that uses a bitmap. As a noun, the term "bitmap" is very often used to refer to a partic ...
or
vector Vector most often refers to: * Euclidean vector, a quantity with a magnitude and a direction * Disease vector, an agent that carries and transmits an infectious pathogen into another living organism Vector may also refer to: Mathematics a ...
graphics. 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 (telecommunications), point-to-point and point- ...
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 other 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, a ...
into the mid-1990s. Although generally replaced in favor of
video game A video game or computer game is an electronic game that involves interaction with a user interface or input device (such as a joystick, game controller, controller, computer keyboard, keyboard, or motion sensing device) to generate visual fe ...
s that use 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 spo ...
and
role-playing video game Role-playing video games, also known as CRPG (computer/console role-playing games), comprise a broad video game genre generally defined by a detailed story and character advancement (often through increasing characters' levels or other skills) ...
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 plain text, text, instruction set, 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, binary number system. The binary cod ...
, 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 nonprofit organization that oversees the development of voluntary consensus standards for products, services, processes, systems, and personnel in the United States. The organiz ...
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. Most early computers only had a front panel to input or display b ...
", 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'', ''
Lunar Lander A lunar lander or Moon lander is a Lander (spacecraft), spacecraft designed to Moon landing, land on the surface of the Moon. As of 2024, the Apollo Lunar Module is the only lunar lander to have ever been used in human spaceflight, completing s ...
'', '' The Oregon Trail'', and ''
Star Trek ''Star Trek'' is an American science fiction media franchise created by Gene Roddenberry, which began with the Star Trek: The Original Series, series of the same name and became a worldwide Popular culture, pop-culture Cultural influence of ...
''. 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 the capability of computer, computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making. It is a field of re ...
, the majority of these games being either based on the 1974
role-playing game A role-playing game (sometimes spelled roleplaying game, or abbreviated as RPG) is a game in which players assume the roles of player character, characters in a fictional Setting (narrative), setting. Players take responsibility for acting out ...
''
Dungeons & Dragons ''Dungeons & Dragons'' (commonly abbreviated as ''D&D'' or ''DnD'') is a fantasy tabletop role-playing game (TTRPG) originally created and designed by Gary Gygax and Dave Arneson. The game was first published in 1974 by TSR (company)#Tactical ...
'' or inspired by
J. R. R. Tolkien John Ronald Reuel Tolkien (, 3 January 1892 – 2 September 1973) was an English writer and philologist. He was the author of the high fantasy works ''The Hobbit'' and ''The Lord of the Rings''. From 1925 to 1945, Tolkien was the Rawlinson ...
's works. As with other games, they often lacked functionalities such as
saving Saving is income not spent, or deferred Consumption (economics), consumption. In economics, a broader definition is any income not used for immediate consumption. Saving also involves reducing expenditures, such as recurring Cost, costs. Methods ...
. 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 or source, is a plain text computer program written in a programming language. A programmer writes the human readable source code to control the behavior of a computer. Since a computer, at base, only ...
could be accessed by anyone could be modified, 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' 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 m ...
'' Colossal Cave Adventure'' (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 The Democratic Movement (, ; MoDem ) is a centre to centre-right political party in France, whose main ideological trends are liberalism and Christian democracy, and that is characterised by a strong pro-Europeanist stance. MoDem was establis ...
s, connecting them via telephone wires. These computers were often directed via text-based
terminal emulator A terminal emulator, or terminal application, is a computer program that emulates a video terminal within some other display architecture. Though typically synonymous with a shell or text terminal, the term ''terminal'' covers all remote term ...
s to hobbyist-run
bulletin board system A bulletin board system (BBS), also called a computer bulletin board service (CBBS), is a computer server running list of BBS software, software that allows users to connect to the system using a terminal program. Once logged in, the user perfor ...
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 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
MUD Mud (, or Middle Dutch) is loam, silt or clay mixed with water. Mud is usually formed after rainfall or near water sources. Ancient mud deposits hardened over geological time to form sedimentary rock such as shale or mudstone (generally cal ...
s (multi-user dungeon) and exploring
interactive fiction Interactive fiction (IF) is software simulating environments in which players use text Command (computing), commands to control Player character, characters and influence the environment. Works in this form can be understood as literary narrati ...
. The Interactive Fiction Competition 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'' 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 adventure game first released in 1977 by developers Tim Anderson (programmer), Tim Anderson, Marc Blank, Bruce Daniels, and Dave Lebling for the PDP-10 mainframe computer. The original developers and others, as the company ...
'' and ''
The Hitchhiker's Guide to the Galaxy ''The Hitchhiker's Guide to the Galaxy'' is a Science fiction comedy, comedy science fiction franchise created by Douglas Adams. Originally a The Hitchhiker's Guide to the Galaxy (radio series), radio sitcom broadcast over two series on BBC ...
'' by
Infocom Infocom, Inc., 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 (software), Cornerston ...
.


MUD

An ''MUD'' (originally ''Multi-User Dungeon'', with later variants ''Multi-User Dimension'' and ''Multi-User Domain''), is a
multi-user Multi-user software is computer software that allows access by multiple users of a computer. Time-sharing systems are multi-user systems. Most batch processing systems for mainframe computers may also be considered "multi-user", to avoid leavi ...
real-time
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 as "on lin ...
virtual world A virtual world (also called a virtual space or spaces) is a Computer simulation, computer-simulated environment which may be populated by many simultaneous users who can create a personal Avatar (computing), avatar and independently explore th ...
. 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 as ...
, interactive fiction, and
online chat Online chat is any direct text-, audio- or video-based (webcams), one-on-one or one-to-many ( group) chat (formally also known as synchronous conferencing), using tools such as instant messengers, Internet Relay Chat (IRC), talkers and possi ...
. Players can read or view depictions of rooms, objects, other players,
non-player characters A non-player character (NPC) is a Character (arts), character in a game that is not controlled by a Player (game), player. The term originated in traditional tabletop role-playing games where it applies to characters controlled by the gamemaste ...
, and actions performed in the virtual world. Players typically interact with each other and the world by typing commands that resemble a
natural language A natural language or ordinary language is a language that occurs naturally in a human community by a process of use, repetition, and change. It can take different forms, typically either a spoken language or a sign language. Natural languages ...
.


Roguelike

The ''roguelike'' is a subgenre of role-playing
video game A video game or computer game is an electronic game that involves interaction with a user interface or input device (such as a joystick, game controller, controller, computer keyboard, keyboard, or motion sensing device) to generate visual fe ...
s, characterized by randomization for replayability, permanent death, and turn-based movement. Many early roguelikes featured ASCII graphics. Games are typically dungeon crawls, 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 United States grain embargo against the Soviet Union, grain embargo against the USSR with the support of the European Commission. * January 6 – Global Positioning Sys ...
game '' Rogue''.


See also

* ASCII art * List of text-based computer games * Online text-based role-playing game


References

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