Top out: Difference between revisions

From Hard Drop Tetris Wiki

Jump to: navigation, search
(→‎Loss condition: GB Tetris lose condition from TASVideos)
Line 17: Line 17:
*[[Tetris (NES, Nintendo)]]: a piece locks overlapping at least one block, but in some cases it is possible to move or rotate out of such a situation
*[[Tetris (NES, Nintendo)]]: a piece locks overlapping at least one block, but in some cases it is possible to move or rotate out of such a situation
*[[Tetris (Game Boy)]]: a piece locks on its starting position (regardless of rotation) twice in a row[http://tasvideos.org/4536S.html#Losing]. Similar to NES Tetris, it is possible to move the piece out from existing blocks.
*[[Tetris (Game Boy)]]: a piece locks on its starting position (regardless of rotation) twice in a row[http://tasvideos.org/4536S.html#Losing]. Similar to NES Tetris, it is possible to move the piece out from existing blocks.
*[[Dr. Mario]], [[Tetris and Dr. Mario]], [[Puyo Pop]], [[Super Puzzle Fighter II Turbo]], [[Kirby's Star Stacker]]: block out
*[[Dr. Mario]], [[Tetris and Dr. Mario]], [[Puyo Puyo]], [[Super Puzzle Fighter II Turbo]], [[Kirby's Star Stacker]]: block out
*Dr. Mario 64 (Marathon mode): block out or garbage out. The latter condition is checked only when a new virus line is added to the field.
*Dr. Mario 64 (Marathon mode): block out or garbage out. The latter condition is checked only when a new virus line is added to the field.
*[[Columns]]: block out or garbage out
*[[Columns]]: block out or garbage out

Revision as of 17:36, 24 January 2017

A top out occurs when:

  • a tetromino cannot be placed at least partially within the play zone.
  • garbage pieces are sent, pushing the top pieces above the spawn zone.

Top outs result in a game over.

Loss condition

There are several variations of what constitutes a top out:

  • Block out: a piece is spawned overlapping at least one block in the playfield
  • Lock out: a piece locks when it is entirely out of bounds (that is, in the vanish zone above the ceiling)
  • Partial lock out: a piece locks when it is partially out of bounds, even if it would clear a line
  • Garbage out: After lines are cleared and garbage is added, a block remains out of bounds
  • Top out: an existing block in the field is pushed to 41st or higher row by garbage lines sent to the player

Different games have used different combinations of these conditions:

This list is incomplete.