Girish Mahajan (Editor)

Text based game

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A text game or text-based game is a video game that uses text characters instead of bitmap or vector graphics. Text-based games were a popular form of interactive fiction in the 1980s.

Contents

Overview

Text games are typically easy to write and require less processing power than games with graphics, and thus were more common from 1970 to 1990. However, terminal emulators are still in use today, and people continue playing MUDs (multi-user dungeon) and exploring interactive fiction. Many beginning programmers still create these types of games to familiarize themselves with a programming language, and contests even now are held on who can finish programming a roguelike within a short time period, such as seven days.

While many of the earliest computer games (Adventure, Zork) relied on language parsing due to the command line-driven, teletype-terminal mainframe environments in which they were developed, the phrase "text-based" is taken to refer not to the user input (though generally keyboard-based) but rather to exclusive use of the fixed-width character display mode, an important distinction to maintain in light of curses based games such as Rogue and their successors, which employed the characters in the text mode as map symbols rather than as parts of words. Despite enormous differences in display and user interface, the text adventure games and roguelikes both make exclusive use of the text mode, and hence are both to be considered text-based.

Though punctuation and the alphanumeric symbols can be considered standard in most text modes, many of them contain additional symbols and variant attributes (colours, blinking, lines / columns per screen, etc.) that differ between operating environments: the text mode of a Commodore 64 would be substantially different from that of an IBM PC, though despite an absence of standardization in the text display (until implementation of later text mode terminal display standards such as VT100 and ANSI), they would both be considered to be text modes. These later standards also contain numerous characters, largely blocks and lines, specifically intended to be used for fast, low-bandwidth display of crude block graphics in the text mode.

Popular text-based adventure games include Zork and The Hitchhiker's Guide to the Galaxy.

MUD

A MUD (originally Multi-User Dungeon, with later variants Multi-User Dimension and Multi-User Domain), is a multi-user real-time online virtual world. Most MUDs are represented entirely in text, but graphical MUDs are not unknown. MUDs combine elements of role-playing games, hack and slash, interactive fiction, and online chat. Players can read or view depictions of rooms, objects, other players, non-player characters, and actions performed in the virtual world. Players typically interact with each other and the world by typing commands that resemble a natural language.

Roguelike

The roguelike is a subgenre of role-playing video games, 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 game Rogue.

Society Simulator

Very few text-based or graphical games have attempted to break into society simulation. This is due to the sheer complexity involved - the agents either need to be programmed, requiring some form of AI, or need to be played by willing participants who can adhere to rules around maintaining the atmosphere of a society. Despite this, Cantr is a notable exception that has succeeded in both creating an environment for the simulation of a society and laying groundwork for players to maintain this atmosphere through a set of strict rules. Additionally, the game has lasted for over 15 years. Other than Cantr, there are very few games that have had success.

With the emergence and popularity of AI, big data and thus simulation, it is likely that we will see an increase in single-player society simulator games.

References

Text-based game Wikipedia