Sign in
HomeMechanicsSpace & LocomotionIsometric Projection
Space & Locomotion

Isometric Projection

Isometric projection draws a world at a fixed oblique angle so that height, width and depth are all visible at once, while the underlying data stays a flat two-dimensional grid.

Introduced 1982 Origin Zaxxon Developer Sega Direct forks 1 All descendants 4 Later adopters 23

Tiles and sprites are drawn as parallelograms at a constant angle, usually with no perspective foreshortening, and objects are sorted back to front so nearer things overlap farther ones. Since the camera never rotates, every asset can be drawn once by hand, and the world remains a grid the code can reason about. Trade-offs show up as ambiguity about exact height, occlusion behind tall objects, and diagonal movement that fights the controls.

Sega's Zaxxon in 1982 flew a ship over a fortress rendered at an angle, using shadows to communicate altitude in a space where nothing else could. Same-year arcade games such as Q*bert reached for the projection too, so the exact first is debatable; what Zaxxon showed was that the angle could carry gameplay information rather than just decoration. Drawing at a slant cost nothing extra on 2D sprite hardware.

Projection became the default for games that need to show a lot of state at once: cities, battle lines, dungeon floors and party positions all read better from above and to the side than from eye level. Real 3D never displaced it, because a fixed angle guarantees readability and consistent art. What it gives up is intimacy and precise spatial judgment, which is why action games mostly left it behind.

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.

1962 · introduced in Spacewar!
1972 · introduced in Pong
1982 · introduced in Zaxxon

Open this lineage in the interactive graph →

Descends directly from

Forked into

Diablo turned it into a real-time dungeon view, X-COM: UFO Defense used it to read squad positions, and Monument Valley made its spatial ambiguity the puzzle.

Look this mechanic up elsewhere

Also called: isometric view, three-quarter view, 2.5d

Cite this entry

“Isometric Projection.” The Genome of Games, an ontology of game mechanics. Origin: Zaxxon (1982). https://genome-of-games.vercel.app/feature/isometric-projection/