RESEARCH · THE TETRIS LAB

The Tetris Lab

The research engine behind the arcade — everything we dug up about why Tetris works, and the principles we’ve since confirmed actually land in playtesting. Every game in the arcade is built from what’s on this page.

The thesis

The magic of Tetris isn’t the falling blocks — it’s a loop: it opens "unfinished-task" tension faster than you can close it, under a single self-scaling pressure, with the whole state visible and every loss clearly your own fault; closing a loop pays a small, skill-contingent dopamine hit, and the stakes immediately escalate. Reproduce that loop with any verb and you reproduce the grip.

The 8 pillars

We distilled the research into eight transferable mechanisms. These are the spec every prototype is built against.

01
Perpetual Pressure

The system always tightens — an idle player’s default outcome is loss. The threat advances on its own clock.

02
Order From Chaos

Hand the player entropy; the satisfaction is organising it. Disordered generator → tidy completion.

03
Tractable Decisions

Each atomic choice is small and legible, even though the whole problem is intractable (Tetris is NP-complete).

04
Tension→Resolution

Build tension continuously; release it in discrete, juiced bursts. A gradual accumulator, an instant payoff.

05
Transparent State

Nothing hidden about the present. Uncertainty comes only from the future draw, never from obscured state.

06
Mastery Ceiling

Trivial to enter, effectively impossible to exhaust. Depth emerges from a fixed rule set, never added on.

07
Fairness

Every loss is attributable to a player decision. Randomness in inputs only; adjudication deterministic and visible.

08
Self-Scaling Difficulty

One knob — driven by the player’s own performance — that is simultaneously the reward signal and the difficulty.

The neuro-loop

The pillars exist to produce one circuit, pulled straight from the literature (Zeigarnik, Berridge, Schultz, Csikszentmihalyi):

OPEN LOOP (Zeigarnik) ─▶ WANTING (dopamine, Berridge) ─▶ ACTION (skill) ─▶ CLOSURE
unfinished task piles    anticipation pulls you forward    tractable choice    order restored
      ▲                                                                            │
      └──── ESCALATE (stakes rise) ◀── RELIEF + PREDICTION-ERROR REWARD (Schultz) ◀┘
                                       juiced release, then it speeds up

Throughout, the loop must saturate visuospatial attention — the absorption mechanism behind both "flow" and the clinical findings that Tetris can crowd out trauma flashbacks and cravings.

Read the full dossier

The complete, cited research — rendered here in-site (or read the source on GitHub):

Sources are graded by strength of evidence, and marketing or disputed claims (sales figures, the "1984 vs 1985" origin date, the rumoured Nintendo licensing fee) are flagged as such rather than asserted. The point of the Lab isn’t trivia — it’s a working theory of what reliably makes play compelling, which every new game is then a test of.

Go play the results →About the project