After 34 years, someone beat Tetris [video]
A 13-year-old NES Tetris prodigy has pushed the unmodified 1989 game to a crash, reaching a long-theorized “kill screen” after decades of players assuming it was effectively endless. Commenters delve into how new input techniques like hypertapping and “rolling” have transformed high-level play, the technical reasons the game crashes at extreme levels, and whether triggering a hardware or code limit should count as “beating” an otherwise infinite game. Many also reflect on the discipline behind such feats, the role of youth and reflexes in elite gaming, and the broader cultural impact of Tetris and similar skill-based pastimes.
Achievement and “Beating” Tetris
- Many see triggering the NES Tetris kill screen (game crash) as “beating” the game, since it’s the first time the game, not the player, fails.
- Others are uneasy equating a crash with victory, especially since crashes can be arbitrary; they distinguish between finishing via intended progression vs exploiting/triggering bugs.
- A middle view: for games without a designed end, “beating” can mean reaching a state no human can surpass, even if that state is a crash.
- Some argue a more complete “victory” would be rolling the level counter to 255 and back to 0 without ever crashing, which is thought humanly impossible without tools.
Technical Details and Limits
- The crash stems from a CPU-time limit: scoring uses a loop proportional to level, and at very high levels it overruns the frame time and corrupts state, causing a crash.
- Hardware limits discussed include:
- NES input polling capped at ~30 Hz per frame; top players’ “rolling” can exceed this, so hardware becomes the bottleneck.
- Classic 8/16-bit games often overflow score or level integers; examples from Tetris, Tony Hawk’s Pro Skater, Solitaire/FreeCell.
- Debate over whether “modern games limit input”: many say no—games typically sample every frame, and anti-cheat is about pattern analysis, not hard caps.
Playstyles, Skill, and Hardware
- Terms explained or linked: DAS (delayed auto-shift), tapping, hypertapping, rolling; rolling is now dominant and has rapidly raised the skill ceiling.
- CRTs are valued for low latency and matching the NES’s analog output; there’s nuanced discussion of refresh rates, latency, and scaling vs modern LCDs.
Glitches and Arbitrary Code Execution
- NES Tetris has known setups for arbitrary code execution using extremely contrived scores, name entries, and RNG states; mostly TAS-level complexity, though there’s interest in “human-possible” setups.
Community, Culture, and Time Investment
- Many find the video surprisingly moving and inspiring; the Tetris community is described as supportive and far less toxic than some other competitive scenes.
- Some worry 3–4 hours of daily practice is “wasted time”; others counter that disciplined pursuit of mastery, even in games, builds transferable skills and that “time enjoyed is not wasted.”