What the game is
A puzzle game built around sorting falling tetrominoes into a pile to form complete horizontal lines. Its core is a constraint-driven loop: fit, clear, repeat — until the pile reaches the top.
How it actually plays
Tetrominoes descend one at a time from the top-centre of a rectangular field. The player moves them horizontally and rotates them until they land on the bottom or another piece. Completed horizontal lines vanish, causing blocks above to fall one row. Descent speed increases with each line cleared. The game ends when new pieces cannot enter — ‘topping out’.
What works
The loop is immediate and legible: descent, placement, clearance, acceleration. The tetromino set creates just enough variety and tension — four-block shapes that rotate cleanly but resist perfect packing. The rising speed forces constant recalibration without adding rules.
What does not
It does not scale in complexity through mechanics. There are no levels, no scoring system in the original prototype, no branching paths, no narrative scaffolding. It offers no explanation, no feedback beyond line clears and increasing speed, and no recovery from error.
Who it is for, and who it is not
It is for anyone who enjoys tight cause-and-effect systems and can sustain focus on a single, escalating spatial task. It is not for players who need progression gates, narrative context, social features, or mechanical expansion.
Is it worth your time
Yes — if you want a pure, self-contained loop that asks only for attention, spatial reasoning, and incremental adaptation. It demands no backstory, no lore, no commitment beyond the next falling piece.