Grid — Definition, examples, FAQs, and more

Written by Andruid

Published Aug 9, 2026

Updated Aug 9, 2026

, , ,

TL;DR

grid

—noun

The network of connected rooms that makes up a text-based game's world, often laid out along compass directions like squares on graph paper.

What is a game grid in text-based games?

Grid refers to the network of connected rooms that forms the world of a text-based game. Moving through exits such as north or east carries your character from room to room across that map.

A grid is the network of connected rooms that makes up the world of a text-based game. Each room is a separate location with its own description, and exits link the rooms together so you can move between them.

Often, though not always, those exits follow compass directions: north, south, east, and west, usually shortened to n, s, e, and w. If you drew the map by hand, one square per room, the layout would look like squares on graph paper. That grid-like shape is where the name comes from.

In roleplay-focused games, “the grid” also has a social meaning: the shared public map where scenes take place. Being on-grid means your character is somewhere on that public map and can be found by other players. Private rooms and temporary scene spaces sit outside it, off the grid.

Jump to section

Grid: a brief history

The structure behind the grid goes back to the earliest text adventure games of the mid to late 1970s, which already connected locations through compass-direction movement. MUD1, generally dated to the late 1970s, brought that room-and-exit design to multiplayer games, and the major MUD codebases of the late 1980s and early 1990s kept it as their standard way of building a world.

The word “grid” itself seems to have caught on gradually, roughly through the 1990s, as MUD and MUSH communities needed a way to talk about the game’s map as a whole. On roleplay-heavy games it also picked up its social sense: the public play space, as opposed to private or temporary rooms. Phrases like “on-grid” and “off-grid” grew out of that usage and are still common today.

How it's used today

Grid is everyday vocabulary on room-based text games. Builders talk about designing, expanding, or reworking the grid. Players use it when giving directions, and roleplayers use it to say where play happens: an on-grid scene unfolds on the public map, while private scenes or offscreen events happen elsewhere.

Many MUD clients include an automapper, a tool that draws the grid for you as you move from room to room. Watching one work makes the graph-paper structure easy to see.

Types of games where the term is commonly used include:

MUD, MUSH, RPI, RP MU.


Grid examples

  • A builder announces, “The harbor district is open! Twelve new rooms have been added to the grid, east of the market square.”
  • A player asks for directions and gets the reply, “The tavern is two rooms north of the gate, you can’t miss it on the grid.”
  • A roleplayer posts, “My character will be wandering the grid tonight, feel free to bump into her at the park or the cafe.”
  • You open your client’s automapper and watch it sketch the grid, square by square, as you explore an unfamiliar area.

Myths and misconceptions

  1. A grid is always a neat square layout. Compass exits make many grids look like graph paper, but exits can also lead up, down, diagonally, or jump straight to a distant room. Real grids are often irregular webs, and the name sticks even when the shape doesn’t match it.
  2. The grid is the whole game world. Most games keep plenty of space outside it: private rooms, staff-only areas, and temporary rooms created for a single scene. Roleplay can also happen entirely off the map, in scenes players simply agree took place.
  3. A bigger grid is always better. A huge grid can spread a small playerbase so thin that nobody ever crosses paths. Many roleplay games deliberately trim their grids down for exactly that reason.


Grid FAQs

How big is a typical game grid?

It varies a lot. A small roleplay game might have a game grid of a few dozen rooms covering one city, while a large adventure-focused game can have thousands of rooms across many zones. Roleplay games often keep the grid deliberately compact so players actually run into each other.

What does it mean to be on the grid?

It means your character is in a room on the game’s shared public map, where other players can find them and start a scene. Being off the grid usually means being in a private room, a temporary scene space, or logged out entirely.

Do all text-based games use a grid?

No. Play-by-post games and freeform chat roleplay often have no coded map at all, just agreed-upon settings. Even among games with rooms, some connect them in loose webs rather than neat compass layouts, and interactive fiction usually calls its room network a map rather than a grid.

How do players find their way around a grid?

Every room description lists its exits, so you can navigate by reading and typing directions like north or e. Many games offer a map command, some players sketch maps by hand, and many clients include an automapper that draws the grid automatically as you explore.

Who builds the grid?

Usually staff members called builders, who create rooms, write their descriptions, and link them with exits using in-game building commands. Some games also let ordinary players build their own homes or businesses, which may then be attached to the public grid.


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related terms

Related content

Beginner’s guide to multi-user dungeons (MUDs)

Beginner’s guide to multi-user dungeons (MUDs)

Updated Aug 9, 2026

MUDing mistakes and surprising lessons learned

MUDing mistakes and surprising lessons learned

Updated Aug 9, 2026

MU* Staff Appreciation Day: 9 ways to say thanks

MU* Staff Appreciation Day: 9 ways to say thanks

Updated Aug 9, 2026

Starmourn: a sci-fi legacy in the making

Starmourn: a sci-fi legacy in the making

Updated Aug 8, 2026

Making a MUD vs. creating a game: is there a difference?

Making a MUD vs. creating a game: is there a difference?

Updated Aug 8, 2026

Back to terms list