Continuous Scrolling Playfield
A continuous scrolling playfield lets the camera move independently of the world, so a level extends past the edges of the display and the screen becomes a window rather than a container.
World data is stored larger than the display, and the visible region is a moving window over it. Hardware or software shifts the background as the player advances, streaming in new terrain at one edge while discarding it at the other. Two design questions arrive immediately: what drives the camera, and what happens to things behind the player. Answers to those questions still separate a runner from a platformer from a brawler.
Williams Electronics released Defender in 1980 with a playfield several screens wide, a scanner strip showing the parts you could not see, and a ship that flies in both directions. Credit here is not clean, because several 1980 cabinets scrolled, Namco's Rally-X among them, and tile-shifting hardware was becoming standard rather than exotic. Defender's contribution was making off-screen events matter: humans are abducted where you are not looking.
Once the world outgrew the screen, level design became a discipline of pacing and sequence rather than arrangement, and games gained the ability to withhold what lies ahead. Costs came with it. Off-screen simulation is expensive and often faked, the camera turns into a permanent design problem, and players lose the total information a fixed frame provided. Nearly every 2D genre after 1980 is a variation on this window.
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
Super Mario Bros. locked the camera to forward progress, Gradius scrolled at a fixed rate regardless of the player, and Sonic the Hedgehog rebuilt it around speed.
Carried forward by 46 later games
Everything downstream
25 mechanics ultimately descend from this one.
Look this mechanic up elsewhere
Also called: side-scrolling, scrolling playfield, scrolling