Flip-Screen Room Graph
Flip-screen room graphs build a world from discrete single-screen rooms joined by exits, so moving between spaces is a hard cut rather than a camera pan across continuous ground.
Each room is a self-contained screen with its own layout, contents and inhabitants. Crossing an edge swaps the whole display for the adjoining room, and the game holds only one at a time in memory. Structure therefore lives in the connections rather than in geometry: a designer authors a graph of rooms and the doors between them, and the player builds a mental map out of transitions rather than measured distance.
Atari's Adventure, written by Warren Robinett and released in 1980, adapted the text game Colossal Cave into pictures on a console with barely more than a hundred bytes of working memory. Holding a large continuous world was impossible; holding one screen and a pointer to its neighbours was not. Rooms also gave a cheap way to hide things, since a dragon or a key simply exists in a room you have not entered.
Room graphs made worlds that are large without being continuous, and they turned mapping into a player activity, first on graph paper and later through an in-game automap. Discreteness also became an aesthetic tool: a hard cut can conceal what is coming, which is why survival horror and puzzle design kept the form long after hardware could scroll. Cost is friction, since every doorway is a small interruption.
Lineage — traced back to a root
Every mechanic in this dataset resolves to an ancestral chain. This one is 3 steps deep, beginning with Object Collision As Verb in 1962.
Descends directly from
Forked into
Rogue generated its rooms instead of authoring them, The Legend of Zelda hung an overworld on the grammar, and Resident Evil used the hard cuts to hide threats.
Carried forward by 29 later games
Everything downstream
8 mechanics ultimately descend from this one.
Look this mechanic up elsewhere
Also called: flip screen, screen-by-screen, room transitions