Tetris Guideline: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
No edit summary
*>Tepples
(iPod Tetris exception; good examples)
Line 2: Line 2:


Current rules, learned through observation of the behavior of authentic ''Tetris'' games, include:
Current rules, learned through observation of the behavior of authentic ''Tetris'' games, include:
*[[Playfield]] at least 10 cells wide and 22 cells tall, where the top two may be hidden
*[[Playfield]] is 10 cells wide and at least 22 cells tall, where the top two may be hidden
*[[Tetromino]] colors
*[[Tetromino]] colors
**Cyan ''I''  
**Cyan ''I''  
Line 13: Line 13:
*At least three next pieces visible
*At least three next pieces visible
*"Random Generator" (also called "random bag" or "7 system")
*"Random Generator" (also called "random bag" or "7 system")
**Game is divided into rounds. In each round, all seven tetrominoes are generated in a random permutation. (There are [http://en.wikipedia.org/wiki/Factorial 7!], or 5,040, distinct permutations of seven elements.) Then this permutation is inserted into the next queue.  Unlike the Memoryless generator in classic games, the Random Generator can only produce a maximum of 12 tetrominoes between one I and the next I, and a run of S and Z tetrominoes is limited to a maxumim of 4. Despite the generic sounding name, presumed employees of BPS are known to treat the term "Random Generator" as a unique name, referring only to this particular algorithm.
**Game is divided into rounds. In each round, all seven tetrominoes are generated in a random permutation. (There are [http://en.wikipedia.org/wiki/Factorial 7!], or 5,040, distinct permutations of seven elements.) Then this permutation is inserted into the next queue.  Unlike the Memoryless generator in classic games, the Random Generator can only produce a maximum of 12 tetrominoes between one I and the next I, and a run of S and Z tetrominoes is limited to a maximum of 4. Despite the generic sounding name, presumed employees of BPS are known to treat the term "Random Generator" as a unique name, referring only to this particular algorithm.
*Tetromino [[spawn]] locations
*Tetromino [[spawn]] locations
**The ''I'' and ''O'' spawn in the middle columns
**The ''I'' and ''O'' spawn in the middle columns
**The rest spawn in the left-middle columns
**The rest spawn in the left-middle columns
**The tetrominoes spawn horizontally and with their flat side pointed down.
**The tetrominoes spawn horizontally and with their flat side pointed down.
*Super Rotation System ([[SRS]]) specifies tetromino rotation and lockdown behavior
*Super Rotation System ([[SRS]]) specifies tetromino rotation and [[Drop#Gravity|lockdown]] behavior
*"Hold piece": The player can press a button to send the falling tetromino to the hold box, and any tetromino that had been in the hold box moves to the top of the screen and begins falling. Hold cannot be used again until after the piece locks down.
*"Hold piece": The player can press a button to send the falling tetromino to the hold box, and any tetromino that had been in the hold box moves to the top of the screen and begins falling. Hold cannot be used again until after the piece locks down. Games on platforms with extremely limited buttons (such as [[iPod Tetris|on iPod]]) may skip this feature.


The combination of hold piece and Random Generator would appear to allow the player to [[Playing forever|play forever]].
The combination of hold piece and Random Generator would appear to allow the player to [[Playing forever|play forever]].
== See also ==
*''[[Tetris Worlds]]'' and ''[[Tetris DS]]'', examples of games that follow the Guideline closely


== References ==
== References ==

Revision as of 18:49, 27 September 2006

The Tetris guideline is the current specification that The Tetris Company enforces for making all new (2001 and later) Tetris games alike in form. A mode labeled "standard" or just plain "Tetris" will adhere to the Guideline more closely than other modes.

Current rules, learned through observation of the behavior of authentic Tetris games, include:

  • Playfield is 10 cells wide and at least 22 cells tall, where the top two may be hidden
  • Tetromino colors
    • Cyan I
    • Yellow O
    • Purple T
    • Green S
    • Red Z
    • Blue J
    • Orange L
  • At least three next pieces visible
  • "Random Generator" (also called "random bag" or "7 system")
    • Game is divided into rounds. In each round, all seven tetrominoes are generated in a random permutation. (There are 7!, or 5,040, distinct permutations of seven elements.) Then this permutation is inserted into the next queue. Unlike the Memoryless generator in classic games, the Random Generator can only produce a maximum of 12 tetrominoes between one I and the next I, and a run of S and Z tetrominoes is limited to a maximum of 4. Despite the generic sounding name, presumed employees of BPS are known to treat the term "Random Generator" as a unique name, referring only to this particular algorithm.
  • Tetromino spawn locations
    • The I and O spawn in the middle columns
    • The rest spawn in the left-middle columns
    • The tetrominoes spawn horizontally and with their flat side pointed down.
  • Super Rotation System (SRS) specifies tetromino rotation and lockdown behavior
  • "Hold piece": The player can press a button to send the falling tetromino to the hold box, and any tetromino that had been in the hold box moves to the top of the screen and begins falling. Hold cannot be used again until after the piece locks down. Games on platforms with extremely limited buttons (such as on iPod) may skip this feature.

The combination of hold piece and Random Generator would appear to allow the player to play forever.

See also

References