Wall kick: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
*>Nicholas
No edit summary
*>Tepples
(Give one example inline)
Line 27: Line 27:
Here ''T'' cannot rotate without a wall kick
Here ''T'' cannot rotate without a wall kick
|}
|}
Notable rotation systems that include wall kick include the following:
The simplest wall kick algorithm, used (with variations) by [[TGM rotation]] and several [[fan game]]s in the same tradition, is to try moving the tetromino one space to the right, and then one space to the left, and then fail.
 
Other notable [[rotation system]]s that include wall kick and/or [[floor kick]] include the following:
*The rotation systems of the domino based games ''[[Dr. Mario]]'', ''[[Puyo Pop]]'', and ''[[Super Puzzle Fighter II]]''.
*The rotation systems of the domino based games ''[[Dr. Mario]]'', ''[[Puyo Pop]]'', and ''[[Super Puzzle Fighter II]]''.
*The rotation system of ''[[Tetris DX]]'', which allows wall climbing
*The rotation system of ''[[Tetris DX]]'', which allows wall climbing
*The rotation system of ''[[The New Tetris]]'', considered a predecessor to SRS
*The rotation system of ''[[The New Tetris]]'', considered a predecessor to SRS
*[[SRS]], the Super Rotation System used by games that follow the [[Tetris Guideline]]
*[[SRS]], the Super Rotation System used by games that follow the [[Tetris Guideline]]
*[[TGM rotation]]


[http://www.din.or.jp/~koryan/tetris/index_cj.htm Koryan] as well as [http://www.the-shell.net/img/srs_study.html Jagorochi] researched the [[SRS]] system thoroughly and made diagrams of how SRS finds wallkicks.
[http://www.din.or.jp/~koryan/tetris/index_cj.htm Koryan] as well as [http://www.the-shell.net/img/srs_study.html Jagorochi] researched the [[SRS]] system thoroughly and made diagrams of how SRS finds wallkicks.


The complete system for a number of ''[[Tetris]]'' games exists in wktables.c within open-source ''[[Lockjaw]]''.
The complete system for a number of ''[[Tetris]]'' games exists in wktables.c within the open-source fan game ''[[Lockjaw]]''.
==See also==
*[[Floor kick]]

Revision as of 00:41, 28 November 2006

A wall kick happens when a player rotates a piece when no space exists in the squares where that tetromino would normally occupy after the rotation. To compensate, the game sets a certain number of alternative spaces for the tetromino to look. Wall kicks started appearing in games because after a piece would be backed up against the wall, it would awkwardly be unable to rotate until first moving back.

Tet.pngtTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngttTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngtTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngGGg
Tet.pngTet.pnggggTet.pngGGgg
Tet.pngggGGGGGGG

Here T can rotate

tTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
ttTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
tTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngGGg
Tet.pngTet.pnggggTet.pngGGgg
Tet.pngggGGGGGGG

Here T cannot rotate without a wall kick

The simplest wall kick algorithm, used (with variations) by TGM rotation and several fan games in the same tradition, is to try moving the tetromino one space to the right, and then one space to the left, and then fail.

Other notable rotation systems that include wall kick and/or floor kick include the following:

Koryan as well as Jagorochi researched the SRS system thoroughly and made diagrams of how SRS finds wallkicks.

The complete system for a number of Tetris games exists in wktables.c within the open-source fan game Lockjaw.