Wall kick: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
A wall kick happens when a player [[rotate|rotates]] a [[tetromino]] 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.
A wall kick happens when a player [[rotate|rotates]] a [[tetromino]] 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.


[http://www.din.or.jp/~koryan/tetris/p/ti(w)rm-i.gif 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 open-source ''[[Lockjaw]]''.

Revision as of 17:15, 22 October 2006

A wall kick happens when a player rotates a tetromino 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.

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 open-source Lockjaw.