Arika Rotation System: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
No edit summary
(39 intermediate revisions by 14 users not shown)
Line 1: Line 1:
'''TGM rotation''' is a game play mechanic used in ''[[Tetris The Grand Master]]'' and other Arika tetromino games, derived from [[Sega rotation]]. It is often refered to as ARS (Arika Rotation System), even though some people believe that this name is misleading.
'''Arika Rotation System''' (also known as '''ARS''') is a set of gameplay mechanics, used in [[TGM series|the ''Tetris: The Grand Master'' series]], ''[[Tetris with Cardcaptor Sakura Eternal Heart]]'', and many [[fan games]]. It is derived from [[Sega rotation|Sega's rotation system]].


Games using TGM rotation generally use [[IRS#IRS|IRS]], fast [[DAS]], [[lock delay]], and firm [[drop]], and tetrominoes start out with the topmost block on the top row (generally row 20). The "ARS" and "ARS2" modes of ''[[Tetris The Grand Master Ace]]'' use a hybrid of TGM rules and [[Tetris Guideline|Guideline]] rules.
Games using Arika Rotation System generally use [[IRS#IRS|IRS]], fast [[DAS]], [[lock delay]], and sonic [[drop]]. Pieces usually appear in the 20th and 19th row, unlike guideline games which appear in the 22nd and 21st rows. The "ARS" and "ARS2" modes of ''[[Tetris The Grand Master Ace]]'' use a hybrid of ''TGM'' rules and [[Tetris Guideline|Guideline]] rules.
 
''Tetris with Cardcaptor Sakura Eternal Heart'' uses a modified version of ARS that does not have Mihara's conspiracy.


== Basic rotation ==
== Basic rotation ==
TGM's basic rotations inherits most of its properties from [[Sega rotation]], which was used in most previous Japanese arcade Tetris games. Some defining characteristics include:
The basic rotation states of pieces is identical to Sega rotation, which was used in older Japanese ''Tetris'' games since 1988.
* Having 2 (as opposed to 4) rotation states for S, Z, and I tetrominoes.
 
* Keeping tetrominoes at an even level while rotating to always allow rotation when the tetromino is on a flat surface (except for the I tetromino - see exceptions below).
Some defining characteristics include:
* Pointing the initial stance of the T, L, and J tetrominoes downward.
* All pieces except for the I-piece have its rotation states aligned towards the bottom of the piece's bounding box. This allows a piece to rotate after landing on a flat surface, without requiring floor kicks.
[[Image:Tgm basic ars description.png|left|frame|TGM's basic rotations.]]
* Unlike Sega rotation, the L, J, and T pieces can be rotated both clockwise, and counterclockwise.
<br clear="all">
* The initial state of the L, J, and T pieces have their longest flat side facing up.
* Functionally, the I, S, and Z pieces only have two states, and rotating in either direction simply toggles their state.
* Technically, I, S, Z, and even O pieces do cycle through 4 distinct rotation states internally. However, this only comes up in corner cases like the [[transform block]]'s transformations, or how [[TAP]] counts O block rotations for the rotation medal.
[[Image:Tgm basic ars description.png|none|frame|Arika Rotation System's basic rotations.]]
 
== Kicks ==
When basic rotation fails due to the piece colliding with the edges of the [[playfield]] or the stack, two kicks are tested.


== Wall kicks ==
The process is as follows:
TGM pioneered the use of [[wall kick]]s, with simple but effective kick rules. These rules were unchanged until [[Tetris The Grand Master 3 Terror-Instinct|TGM3]], remaining constant across [[Tetris The Grand Master|TGM]], [[Tetris The Absolute The Grand Master 2|TA]], [[Tetris The Absolute The Grand Master 2 PLUS|TAP]], and [[Tetris with Cardcaptor Sakura Eternal Heart|Sakura Tetris]]. Up to 3 locations are tried, in this order, before rotation will fail:
# Basic rotation
# Kick 1 space to the right of basic rotation
# Kick 1 space to the left of basic rotation


*Basic rotation
In addition to these rules, there are some extra exceptions where certain kicks are not allowed.
*1 space right of basic rotation
* The I-piece will never kick.
*1 space left of basic rotation
* L, J, and T-pieces, from their 3-wide orientations, will not kick off their center column.


In addition to these rules, there are some extra exceptions where certain wall kicks are not allowed:
=== Center column rule ===
The center column rule prevents many unusual kicks which would otherwise be possible without the rule. Another side effect of the rule is that some rotations are not reversible, unlike with [[SRS]].


*The I tetromino will never kick.
L, J, and T-pieces use a 3x3 bounding box to hold the piece information, when referring to the center column, it means the center column of the bounding box. If any of these three pieces are rotated, an algorithm checks if the piece collides with the stack or playfield edges.
*L, J, and T tetrominoes will not rotate in the situations illustrated below if the [[Image:XTet.png|X]] marked block is occupied.


The algorithm for checking colliding blocks searches in the following pattern:
{|
{|
|width="200pt"|{{pfstart}}
|<playfield>
{{pfrow| | | | | | | |X| | }}
123
{{pfrow| |L|L|L| | |L|L|L| }}
456
{{pfrow| |L|X| | | |L| | | }}
789
{{pfend}}
</playfield>
|width="200pt"|{{pfstart}}
|}
{{pfrow| | |X| | | | | | | }}
If the first block found in the search is a center column block (cells 2, 5, or 8), the rotation will fail. However, if the first block found isn't in the center column, and a kick is possible, then a kick is applied.
{{pfrow| | | |L| | | |X|L| }}
 
{{pfrow| |L|L|L| | |L|L|L| }}
In the situations illustrated below, if the [[Image:XTet.png|X]] block is occupied, or another center column block is present, the rotation will fail.
{{pfend}}
{|
|<playfield>
.......X..
.LLL..LLL.
.LX...L...
</playfield>
|<playfield>
..X.......
...L...XL.
.LLL..LLL.
</playfield>
|-
|-
|{{pfstart}}
|<playfield>
{{pfrow| | | | | | | |X| | }}
.......X..
{{pfrow| |J|J|J| | |J|J|J| }}
.JJJ..JJJ.
{{pfrow| | |X|J| | | | |J| }}
..XJ....J.
{{pfend}}
</playfield>
|{{pfstart}}
|<playfield>
{{pfrow| | |X| | | | | | | }}
..X.......
{{pfrow| |J| | | | |J|X| | }}
.J....JX..
{{pfrow| |J|J|J| | |J|J|J| }}
.JJJ..JJJ.
{{pfend}}
</playfield>
|-
|-
|{{pfstart}}
|<playfield>
{{pfrow| | |X| | | | |X| | }}
..X....X..
{{pfrow| | |I| | | |I|I|I| }}
..I...III.
{{pfrow| |I|I|I| | | |I| | }}
.III...I..
{{pfend}}
</playfield>
|}
 
However, there are very similar situations where additional off-center blocks will enable a wall kick, because the additional blocks are encountered by the search algorithm first. In the situations illustrated below, the upper occupied blocks are off-center and enable the kick even in the presence of occupied blocks in the center column.
 
Clockwise rotation will successfully kick:
{|
|<playfield>
.X......X.
.LLL..JX..
.LX...JJJ.
</playfield>
|}
 
Counter-clockwise rotation will successfully kick:
{|
|<playfield>
...X..X...
.JJJ...XL.
..XJ..LLL.
</playfield>
|}
|}


*However, L tetrominoes will rotate clockwise and J tetrominoes counterclockwise in the situations illustrated below if both the [[Image:XTet.png|X]] marked blocks are occupied.
== Mihara's conspiracy ==
Due to the right side bias with wall kicks, doing this move with a J when there is an empty hole right of the block that the J is caught on will lead to a hole.


L works:
{|
|<playfield>
..........
G...GG....
G.LLGGG...
G..L..G...
G.GLGGGG..
GGGGGGGGG.
GGGGGGGGG.
</playfield>
Firm drop
|<playfield>
..........
G...GG....
G...GGG...
G.LLL.G...
G.1.GGGG..
GGGGGGGGG.
GGGGGGGGG.
</playfield>
Rotate left
|<playfield>
..........
G...GG....
G...GGG...
G..LLLG...
G.GLGGGG..
GGGGGGGGG.
GGGGGGGGG.
</playfield>
Kicks to here
|}
J in the other hand, does not.
{|
|<playfield>
..........
....GG...G
...GGGJJ.G
...G..J..G
..GGGGJG.G
.GGGGGGGGG
.GGGGGGGGG
</playfield>
Firm drop
|<playfield>
..........
....GG...G
...GGG...G
...G.JJJ.G
..GGGG.1.G
.GGGGGGGGG
.GGGGGGGGG
</playfield>
Rotate right
|<playfield>
..........
....GG...G
...GGG...G
...G..JJJG
..GGGG.GJG
.GGGGGGGGG
.GGGGGGGGG
</playfield>
Kicks to here
|}
A block (marked as red) is required for the piece to do so.
{|
|<playfield>
..........
....GG...G
...GGGJJ.G
...G..J..G
..GGGGJGZG
.GGGGGGGGG
.GGGGGGGGG
</playfield>
Firm drop
|<playfield>
..........
....GG...G
...GGG...G
...G.JJJ.G
..GGGG.1ZG
.GGGGGGGGG
.GGGGGGGGG
</playfield>
Rotate right
|<playfield>
..........
....GG...G
...GGG...G
...G..JJJG
..GGGG.G2G
.GGGGGGGGG
.GGGGGGGGG
</playfield>
This fails too
|<playfield>
..........
....GG...G
...GGG...G
...GJJJ..G
..GGGGJGZG
.GGGGGGGGG
.GGGGGGGGG
</playfield>
Kicks to here
|}
This can be taken advantage of to rotate the J-piece over obstacles during 20G.
{|
|<playfield>
..........
....JJ....
....J.....
GGG.J.G...
GGG.GGG...
GGGGGGGGG.
GGGGGGGGG.
</playfield>
IRS counterclockwise
|<playfield>
..........
.....JJ...
.....J....
GGG..JG...
GGG.GGG...
GGGGGGGGG.
GGGGGGGGG.
</playfield>
Move right
|<playfield>
..........
..........
.....JJJ..
GGG...GJ..
GGG.GGG...
GGGGGGGGG.
GGGGGGGGG.
</playfield>
Rotate clockwise
|<playfield>
..........
..........
..........
GGG...G...
GGG.GGGJJJ
GGGGGGGGGJ
GGGGGGGGG.
</playfield>
Place piece
|}
== Kicks changed in Tetris with Cardcaptor Sakura Eternal Heart ==
In ''[[Tetris with Cardcaptor Sakura Eternal Heart]]'', tetrominoes will only try to kick in one direction, based on what part of the block detects a collision first in this order:
{|
|<playfield>
123
456
789
</playfield>
|}
Collisions with 1, 4, or 7 will try to kick the piece right, while 3, 6, or 9 will kick left. 2, 5, and 8 will still prevent kicks as mentioned above. Some examples:
{|
|<playfield>
.LLGGG
..LG.G
..L..G
GGGGGG
</playfield>
|<playfield>
...GGG
...6.G
.LLL.G
GGGGGG
</playfield>
|<playfield>
...GGG
..LG.G
LLL..G
GGGGGG
</playfield>
|}
{|
|<playfield>
GGGJJ.
G.GJ..
G..J..
GGGGGG
</playfield>
|<playfield>
GGG...
G.4...
G.JJJ.
GGGGGG
</playfield>
|<playfield>
GGG...
G.GJ..
G..JJJ
GGGGGG
</playfield>
|}
{|
|<playfield>
..GGG
..G.G
SS..G
.SS.G
GGGGG
</playfield>
|<playfield>
..GGG
..3.G
.SS.G
.S..G
GGGGG
</playfield>
|<playfield>
..GGG
.SG.G
SS..G
S...G
GGGGG
</playfield>
|}
{|
|<playfield>
GGG..
G.G..
G..TT
G.TT.
GGGGG
</playfield>
|<playfield>
GGG..
G.1..
G.TT.
G..T.
GGGGG
</playfield>
|<playfield>
GGG..
G.GT.
G..TT
G...T
GGGGG
</playfield>
|}
This example will fail to rotate because its one kick isn't open:
{|
{|
|width="200pt"|{{pfstart}}
|<playfield>
{{pfrow| |X| | | | | | |X| }}
..LGGG
{{pfrow| |L|L|L| | |J|J|J| }}
..LG.G
{{pfrow| |L|X| | | | |X|J| }}
G.LL.G
{{pfend}}
GGGGGG
</playfield>
|<playfield>
...GGG
...6.G
GLLL.G
GGGGGG
</playfield>
|<playfield>
...GGG
..LG.G
XLL..G
GGGGGG
</playfield>
|}
|}


== New wall kicks in TGM3 ==
I still doesn't kick.
=== I tetromino's wall kicks ===
 
In TGM3, the I tetromino can kick walls. There are 3 different types of wall kicks.
== Kicks added in Tetris The Grand Master 3 Terror-Instinct ==
A number of kicks were added to ''[[Tetris The Grand Master 3 Terror-Instinct]]'' that eliminate common traps, and allow faster play.
 
=== I-piece wall kicks ===
In ''Terror-Instinct'', the I-piece can kick walls and the stack. There are two different wall kicks.
{|
{|
|width="200pt"|{{pfstart}}
|width="150"|<playfield>
{{pfrow|G| |Z| | | | | | | }}
GGZ.......
{{pfrow|G| |C| | | | | | | }}
GGC.......
{{pfrow|G| |Z| | | | | | | }}
GGZ.......
{{pfrow|G| |Z| | | | | | | }}
GGZ.......
{{pfend}}
</playfield>
Try to rotate
Try to rotate
|width="200pt"|{{pfstart}}
|width="150"|<playfield>
{{pfrow|G| | | | | | | | | }}
GG........
{{pfrow|X|Z|C|Z| | | | | | }}
XXCZ......
{{pfrow|G| | | | | | | | | }}
GG........
{{pfrow|G| | | | | | | | | }}
GG........
{{pfend}}
</playfield>
Basic rotation fails
Basic rotation fails
|width="200pt"|{{pfstart}}
|width="150"|<playfield>
{{pfrow|G| | | | | | | | | }}
GG........
{{pfrow|G|Z|Z|C|Z| | | | | }}
GGZZCZ....
{{pfrow|G| | | | | | | | | }}
GG........
{{pfrow|G| | | | | | | | | }}
GG........
{{pfend}}
</playfield>
Kick 1 space right
Kick 2 space right
|-
|-
|width="200pt"|{{pfstart}}
|width="150"|<playfield>
{{pfrow|G|G|Z| | | | | | | }}
........ZG
{{pfrow|G|G|C| | | | | | | }}
........CG
{{pfrow|G|G|Z| | | | | | | }}
........ZG
{{pfrow|G|G|Z| | | | | | | }}
........ZG
{{pfend}}
</playfield>
Try to rotate
|width="150"|<playfield>
.........G
......ZZCX
.........G
.........G
</playfield>
Basic rotation fails
|width="150"|<playfield>
.........G
.....ZZCZG
.........G
.........G
</playfield>
Kick left
|}
 
Similarly to floor kicks, the I-piece needs to be touching part of the stack to kick one cell to the right.
 
{|
|width="150"|<playfield>
G.Z.......
G.C.......
G.Z.......
G.Z.......
</playfield>
Try to rotate
Try to rotate
|width="200pt"|{{pfstart}}
|width="150"|<playfield>
{{pfrow|G|G| | | | | | | | }}
G.........
{{pfrow|X|X|C|Z| | | | | | }}
XZCZ......
{{pfrow|G|G| | | | | | | | }}
G.........
{{pfrow|G|G| | | | | | | | }}
G.........
{{pfend}}
</playfield>
Basic rotation fails
Basic rotation fails
|width="200pt"|{{pfstart}}
|width="150"|<playfield>
{{pfrow|G|G| | | | | | | | }}
G.Z.......
{{pfrow|G|G|Z|Z|C|Z| | | | }}
G.C.......
{{pfrow|G|G| | | | | | | | }}
G.Z.......
{{pfrow|G|G| | | | | | | | }}
G.Z.......
{{pfend}}
</playfield>
Kick 2 space right
No rotation occurs
|-
|-
|width="200pt"|{{pfstart}}
|width="150"|<playfield>
{{pfrow| | | | | | | | |Z|G}}
G.Z.......
{{pfrow| | | | | | | | |C|G}}
G.C.......
{{pfrow| | | | | | | | |Z|G}}
G.Z.......
{{pfrow| | | | | | | | |Z|G}}
GGZ.......
{{pfend}}
G.........
</playfield>
Try to rotate
Try to rotate
|width="200pt"|{{pfstart}}
|width="150"|<playfield>
{{pfrow| | | | | | | | | |G}}
G.........
{{pfrow| | | | | | |Z|Z|C|X}}
XZCZ......
{{pfrow| | | | | | | | | |G}}
G.........
{{pfrow| | | | | | | | | |G}}
GG........
{{pfend}}
G.........
</playfield>
Basic rotation fails
Basic rotation fails
|width="200pt"|{{pfstart}}
|width="150"|<playfield>
{{pfrow| | | | | | | | | |G}}
G.........
{{pfrow| | | | | |Z|Z|C|Z|G}}
GZZZZ.....
{{pfrow| | | | | | | | | |G}}
G.........
{{pfrow| | | | | | | | | |G}}
GG........
{{pfend}}
G.........
Kick left
</playfield>
Kick right
|}
|}


=== I tetromino's floor kicks ===
=== I-piece floor kicks ===
The I tetromino can kick the floor.
The I-piece can kick the floor. In TGM3, it can be performed only once. This limitation was removed in TGM ACE. In both games, it cannot kick the floor in mid-air.


Notes:
*Like [[hold piece]], floor kick can be performed only once per tetromino.
*The tetromino cannot kick the floor in mid-air.
{|
{|
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow| | | | | | | | | | }}
..........
{{pfrow|Z|Z|C|Z| | | | | | }}
ZZCZ......
{{pfrow| | | | | | | | | | }}
..........
{{pfrow|G|G|G|G| | | | | | }}
GGGG......
{{pfend}}
</playfield>
Fail
Fail
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow| | | | | | | | | | }}
..........
{{pfrow| | | | | | | | | | }}
..........
{{pfrow|Z|Z|C|Z| | | | | | }}
ZZCZ......
{{pfrow|G|G|G|G| | | | | | }}
GGGG......
{{pfend}}
</playfield>
OK
OK
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow| | | | | | | | | | }}
..........
{{pfrow|Z|Z|C|Z| | | | | | }}
ZZCZ......
{{pfrow| |G| | | | | | | | }}
.G........
{{pfrow| |G|G| | | | | | | }}
.GG.......
{{pfend}}
</playfield>
OK
OK
|}
|}
Line 166: Line 502:
There are 2 different types of floor kicks.
There are 2 different types of floor kicks.
{|
{|
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow| | | | | | | | | | }}
..........
{{pfrow| | | | | | | | | | }}
..........
{{pfrow| | | | | | | | | | }}
..........
{{pfrow|Z|Z|C|Z| | | | | | }}
ZZCZ......
{{pfrow|G| | | | | | | | | }}
G.........
{{pfrow|G|G|G|G| | | | | | }}
GGGG......
{{pfend}}
</playfield>
Try to rotate
Try to rotate
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow| | | | | | | | | | }}
..........
{{pfrow| | | | | | | | | | }}
..........
{{pfrow| | |Z| | | | | | | }}
..Z.......
{{pfrow| | |C| | | | | | | }}
..C.......
{{pfrow|G| |Z| | | | | | | }}
G.Z.......
{{pfrow|G|G|X|G| | | | | | }}
GGXG......
{{pfend}}
</playfield>
Basic rotation fails
Basic rotation fails
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow| | | | | | | | | | }}
..........
{{pfrow| | |Z| | | | | | | }}
..Z.......
{{pfrow| | |C| | | | | | | }}
..C.......
{{pfrow| | |Z| | | | | | | }}
..Z.......
{{pfrow|G| |Z| | | | | | | }}
G.Z.......
{{pfrow|G|G|G|G| | | | | | }}
GGGG......
{{pfend}}
</playfield>
Kick 1 space up
Kick 1 space up
|-
|-
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow| | | | | | | | | | }}
..........
{{pfrow| | | | | | | | | | }}
..........
{{pfrow| | | | | | | | | | }}
..........
{{pfrow|Z|Z|C|Z| | | | | | }}
ZZCZ......
{{pfrow|G|G|G|G| | | | | | }}
GGGG......
{{pfrow|G|G|G|G| | | | | | }}
GGGG......
{{pfend}}
</playfield>
Try to rotate
Try to rotate
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow| | | | | | | | | | }}
..........
{{pfrow| | | | | | | | | | }}
..........
{{pfrow| | |Z| | | | | | | }}
..Z.......
{{pfrow| | |C| | | | | | | }}
..C.......
{{pfrow|G|G|X|G| | | | | | }}
GGXG......
{{pfrow|G|G|X|G| | | | | | }}
GGXG......
{{pfend}}
</playfield>
Basic rotation fails
Basic rotation fails
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow| | |Z| | | | | | | }}
..Z.......
{{pfrow| | |C| | | | | | | }}
..C.......
{{pfrow| | |Z| | | | | | | }}
..Z.......
{{pfrow| | |Z| | | | | | | }}
..Z.......
{{pfrow|G|G|G|G| | | | | | }}
GGGG......
{{pfrow|G|G|G|G| | | | | | }}
GGGG......
{{pfend}}
</playfield>
Kick 2 space up
Kick 2 space up
|}
|}


=== T tetromino's floor kicks ===
=== T-piece floor kicks ===
The T tetromino can escape from a hollow.
The T-piece can escape from a hollow, up to two times in TGM3, and can be performed infinitely in TGM ACE.
 
Notes:
*This action can be performed only once per tetromino.


{|
{|
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow|G| | | | | | | | | }}
G.........
{{pfrow|G| |I| | | | | | | }}
G.I.......
{{pfrow|G|I|I| | | | | | | }}
GII.......
{{pfrow|G|G|I|G|G|G|G|G|G| }}
GGIGGGGGG.
{{pfend}}
</playfield>
Try to rotate
Try to rotate
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow|G| | | | | | | | | }}
G.........
{{pfrow|G| | | | | | | | | }}
G.........
{{pfrow|G| |I| | | | | | | }}
G.I.......
{{pfrow|G|X|I|X|G|G|G|G|G| }}
GXIXGGGGG.
{{pfend}}
</playfield>
Basic rotation fails
Basic rotation fails
|width="200pt"|{{pfstart}}
|width="200pt"|<playfield>
{{pfrow|G| | | | | | | | | }}
G.........
{{pfrow|G| |I| | | | | | | }}
G.I.......
{{pfrow|G|I|I|I| | | | | | }}
GIII......
{{pfrow|G|G| |G|G|G|G|G|G| }}
GG.GGGGGG.
{{pfend}}
</playfield>
Kick up
Kick up
|}
|}


In TGM3, rotating a T or I-piece after it has floor kicked will permanently set the lock delay for that piece to zero. This is actually what prevents the second I floorkick. After the second rotation is processed, movement gets processed, allowing a shift of one cell left or right if it's done fast enough. Gravity is then applied.  If the I-piece is not in contact with an occupied cell below after processing gravity, any attempt to floorkick will fail, as explained above. If contact does exist, the piece will instantly lock down, preventing rotation from being processed at all.
The T-piece has no such restriction, so it ''is'' possible to make it floor kick twice, but it will lock after the second one because there is no way to process rotation again before it locks in TGM3.


== Right side bias ==
== Right side bias ==


In TGM's rotation system, the Tetrominoes rotate on only one axis resulting in asymmetrical rotations. In this example, the I piece can't rotate on the left side of the stack;
In ''TGM'''s rotation system, the pieces rotate on only one axis resulting in asymmetrical rotations. In this example, the I-piece can't rotate on the left side of the stack;


 
<playfield>
{{pfstart}}
..Z.......
{{pfrow| | |Z| | | | | | | }}
..Z.......
{{pfrow| | |Z| | | | | | | }}
..XGGGGGGG
{{pfrow| | |X|G|G|G|G|G|G|G}}
..XGGGGGGG
{{pfrow| | |x|G|G|G|G|G|G|G}}
.GGGGGGGGG
{{pfrow| |G|G|G|G|G|G|G|G|G}}
</playfield>
{{pfend}}


A situation which would work on the right side.
A situation which would work on the right side.
Line 271: Line 606:
Notice the I has 1 rotation axis;
Notice the I has 1 rotation axis;


{{pfstart}}
<playfield>
{{width4row|Z|Z|C|Z}}
ZZCZ
{{pfend}}
</playfield>
I piece's rotation axis
I piece's rotation axis


For this reason it is recommended to build a well on the right side of the playfield, rather than the left. This bias is seen in other games, such as [[Tetris (NES, Nintendo)|NES Tetris]].


This case does not apply to the T tetromino, as it rotates on its center;
== ACE-ARS and ARS2 ==
[[File:TgmAceI-pieceFloorKick.gif|right|An I-piece floor kick being performed in TGM Ace. Unlike TGM3, the piece does not lock instantly on a floor kick after one has been performed.]]
''Ace'''s rotation is a hybrid of SRS and ARS. ''Ace'' features guideline colors and lock delay is now directly reset by rotation/movement. A maximum of 128 lock delay resets are permitted per piece. Piece spawns that would previously have resulted in death (blocks occupying row 19/20 spawn locations) will now instead cause the piece to spawn higher, to a maximum of rows 21/22. This effectively makes the usable well size 2 rows higher. In addition, floor kicks can be performed without limitations as shown in the picture on the right.


{{pfstart}}
{{width3row| |I| }}
{{width3row|I|C|I}}
{{pfend}}
T rotation axis


== Mihara's conspiracy ==
Due to the right side bias with wall kicks, doing this move with a J when there is an empty hole right of the block that the J is caught on will lead to a hole.
L works:
{|
|{{pfstart}}
{{pfrow| | | | | | | | | | }}
{{pfrow|G| | | |G|G| | | | }}
{{pfrow|G| |L|L|G|G|G| | | }}
{{pfrow|G| | |L| | |G| | | }}
{{pfrow|G| |G|L|G|G|G|G| | }}
{{pfrow|G|G|G|G|G|G|G|G|G| }}
{{pfrow|G|G|G|G|G|G|G|G|G| }}
{{pfend}}
Firm drop
|{{pfstart}}
{{pfrow| | | | | | | | | | }}
{{pfrow|G| | | |G|G| | | | }}
{{pfrow|G| | | |G|G|G| | | }}
{{pfrow|G| |L|L|L| |G| | | }}
{{pfrow|G| |1| |G|G|G|G| | }}
{{pfrow|G|G|G|G|G|G|G|G|G| }}
{{pfrow|G|G|G|G|G|G|G|G|G| }}
{{pfend}}
Rotate left
|{{pfstart}}
{{pfrow| | | | | | | | | | }}
{{pfrow|G| | | |G|G| | | | }}
{{pfrow|G| | | |G|G|G| | | }}
{{pfrow|G| | |L|L|L|G| | | }}
{{pfrow|G| |G|L|G|G|G|G| | }}
{{pfrow|G|G|G|G|G|G|G|G|G| }}
{{pfrow|G|G|G|G|G|G|G|G|G| }}
{{pfend}}
Kicks to here
|}
J does not...
{|
|{{pfstart}}
{{pfrow| | | | | | | | | | }}
{{pfrow| | | | |G|G| | | |G}}
{{pfrow| | | |G|G|G|J|J| |G}}
{{pfrow| | | |G| | |J| | |G}}
{{pfrow| | |G|G|G|G|J|G| |G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfend}}
Firm drop
|{{pfstart}}
{{pfrow| | | | | | | | | | }}
{{pfrow| | | | |G|G| | | |G}}
{{pfrow| | | |G|G|G| | | |G}}
{{pfrow| | | |G| |J|J|J| |G}}
{{pfrow| | |G|G|G|G| |1| |G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfend}}
Rotate right
|{{pfstart}}
{{pfrow| | | | | | | | | | }}
{{pfrow| | | | |G|G| | | |G}}
{{pfrow| | | |G|G|G| | | |G}}
{{pfrow| | | |G| | |J|J|J|G}}
{{pfrow| | |G|G|G|G| |G|J|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfend}}
Kicks to here
|}
...unless there is another block to force a kick to the left.
{|
|{{pfstart}}
{{pfrow| | | | | | | | | | }}
{{pfrow| | | | |G|G| | | |G}}
{{pfrow| | | |G|G|G|J|J| |G}}
{{pfrow| | | |G| | |J| | |G}}
{{pfrow| | |G|G|G|G|J|G|Z|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfend}}
Firm drop
|{{pfstart}}
{{pfrow| | | | | | | | | | }}
{{pfrow| | | | |G|G| | | |G}}
{{pfrow| | | |G|G|G| | | |G}}
{{pfrow| | | |G| |J|J|J| |G}}
{{pfrow| | |G|G|G|G| |1|Z|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfend}}
Rotate right
|{{pfstart}}
{{pfrow| | | | | | | | | | }}
{{pfrow| | | | |G|G| | | |G}}
{{pfrow| | | |G|G|G| | | |G}}
{{pfrow| | | |G| | |J|J|J|G}}
{{pfrow| | |G|G|G|G| |G|2|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfend}}
This fails too
|{{pfstart}}
{{pfrow| | | | | | | | | | }}
{{pfrow| | | | |G|G| | | |G}}
{{pfrow| | | |G|G|G| | | |G}}
{{pfrow| | | |G|J|J|J| | |G}}
{{pfrow| | |G|G|G|G|J|G|Z|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfrow| |G|G|G|G|G|G|G|G|G}}
{{pfend}}
Kicks to here
|}
It can however be used to the player's advantage by it being used to jump over spikes.
== ACE-ARS and ARS2 ==


ARS was featured as a Xbox live download for ACE.
ARS2 is available through an Xbox live patch for the game. Normal ARS features Sonic Lock (locking hard drop) and non-locking soft drop. ARS2 reverts these drop mechanics to how it worked in ''TGM3'' and ''TGM2'', but does not change colors or lock reset mechanics.
Ace's rotation is a hybrid of SRS and ARS. Ace features guideline colors and allows 128 rotations and 128 movements (Rather than true infinity). ACE features the ability to floor kick with any block, but still retains the wall kick rather than floor kick behavior from the original TGM rotation. Normal ARS features Sonic Lock (locking hard drop) and non-locking soft drop. ARS2 had Firm Drop (non-locking hard drop) and soft drop (locking).


==To-Do==
== See also ==
*describe ACE's ARS and ARS2
* [[Sega Rotation]]
*describe "Mihara's conspiracy" (Complete)
* ''[[Tetris Plus 2]]'': The first game to use wall kicks with a Sega-like rotation system.
*mention right bias (Complete)
*add more visual aids?


== References ==
== References ==
*[http://web.iis.to/tetris_tgm/newrotation.html KAN's detailed explanation of TGM3's new I and T floorkicks]
*[http://web.archive.org/web/20070423120611/http://web.iis.to/tetris_tgm/newrotation.html KAN's detailed explanation of TGM3's new I and T floorkicks]
*[http://www13.plala.or.jp/TETRiS_TGM/kouza/index.htm TGM rotations, in Japanese]


[[Category:Rotation Systems]]
{{Arika games}}
[[Category:Rotation systems]]

Revision as of 11:10, 12 May 2021

Arika Rotation System (also known as ARS) is a set of gameplay mechanics, used in the Tetris: The Grand Master series, Tetris with Cardcaptor Sakura Eternal Heart, and many fan games. It is derived from Sega's rotation system.

Games using Arika Rotation System generally use IRS, fast DAS, lock delay, and sonic drop. Pieces usually appear in the 20th and 19th row, unlike guideline games which appear in the 22nd and 21st rows. The "ARS" and "ARS2" modes of Tetris The Grand Master Ace use a hybrid of TGM rules and Guideline rules.

Tetris with Cardcaptor Sakura Eternal Heart uses a modified version of ARS that does not have Mihara's conspiracy.

Basic rotation

The basic rotation states of pieces is identical to Sega rotation, which was used in older Japanese Tetris games since 1988.

Some defining characteristics include:

  • All pieces except for the I-piece have its rotation states aligned towards the bottom of the piece's bounding box. This allows a piece to rotate after landing on a flat surface, without requiring floor kicks.
  • Unlike Sega rotation, the L, J, and T pieces can be rotated both clockwise, and counterclockwise.
  • The initial state of the L, J, and T pieces have their longest flat side facing up.
  • Functionally, the I, S, and Z pieces only have two states, and rotating in either direction simply toggles their state.
  • Technically, I, S, Z, and even O pieces do cycle through 4 distinct rotation states internally. However, this only comes up in corner cases like the transform block's transformations, or how TAP counts O block rotations for the rotation medal.
Arika Rotation System's basic rotations.

Kicks

When basic rotation fails due to the piece colliding with the edges of the playfield or the stack, two kicks are tested.

The process is as follows:

  1. Basic rotation
  2. Kick 1 space to the right of basic rotation
  3. Kick 1 space to the left of basic rotation

In addition to these rules, there are some extra exceptions where certain kicks are not allowed.

  • The I-piece will never kick.
  • L, J, and T-pieces, from their 3-wide orientations, will not kick off their center column.

Center column rule

The center column rule prevents many unusual kicks which would otherwise be possible without the rule. Another side effect of the rule is that some rotations are not reversible, unlike with SRS.

L, J, and T-pieces use a 3x3 bounding box to hold the piece information, when referring to the center column, it means the center column of the bounding box. If any of these three pieces are rotated, an algorithm checks if the piece collides with the stack or playfield edges.

The algorithm for checking colliding blocks searches in the following pattern:

123
456
789

If the first block found in the search is a center column block (cells 2, 5, or 8), the rotation will fail. However, if the first block found isn't in the center column, and a kick is possible, then a kick is applied.

In the situations illustrated below, if the X block is occupied, or another center column block is present, the rotation will fail.

.......X..
.LLL..LLL.
.LX...L...
..X.......
...L...XL.
.LLL..LLL.
.......X..
.JJJ..JJJ.
..XJ....J.
..X.......
.J....JX..
.JJJ..JJJ.
..X....X..
..I...III.
.III...I..

However, there are very similar situations where additional off-center blocks will enable a wall kick, because the additional blocks are encountered by the search algorithm first. In the situations illustrated below, the upper occupied blocks are off-center and enable the kick even in the presence of occupied blocks in the center column.

Clockwise rotation will successfully kick:

.X......X.
.LLL..JX..
.LX...JJJ.

Counter-clockwise rotation will successfully kick:

...X..X...
.JJJ...XL.
..XJ..LLL.

Mihara's conspiracy

Due to the right side bias with wall kicks, doing this move with a J when there is an empty hole right of the block that the J is caught on will lead to a hole.

L works:

..........
G...GG....
G.LLGGG...
G..L..G...
G.GLGGGG..
GGGGGGGGG.
GGGGGGGGG.

Firm drop

..........
G...GG....
G...GGG...
G.LLL.G...
G.1.GGGG..
GGGGGGGGG.
GGGGGGGGG.

Rotate left

..........
G...GG....
G...GGG...
G..LLLG...
G.GLGGGG..
GGGGGGGGG.
GGGGGGGGG.

Kicks to here

J in the other hand, does not.

..........
....GG...G
...GGGJJ.G
...G..J..G
..GGGGJG.G
.GGGGGGGGG
.GGGGGGGGG

Firm drop

..........
....GG...G
...GGG...G
...G.JJJ.G
..GGGG.1.G
.GGGGGGGGG
.GGGGGGGGG

Rotate right

..........
....GG...G
...GGG...G
...G..JJJG
..GGGG.GJG
.GGGGGGGGG
.GGGGGGGGG

Kicks to here

A block (marked as red) is required for the piece to do so.

..........
....GG...G
...GGGJJ.G
...G..J..G
..GGGGJGZG
.GGGGGGGGG
.GGGGGGGGG

Firm drop

..........
....GG...G
...GGG...G
...G.JJJ.G
..GGGG.1ZG
.GGGGGGGGG
.GGGGGGGGG

Rotate right

..........
....GG...G
...GGG...G
...G..JJJG
..GGGG.G2G
.GGGGGGGGG
.GGGGGGGGG

This fails too

..........
....GG...G
...GGG...G
...GJJJ..G
..GGGGJGZG
.GGGGGGGGG
.GGGGGGGGG

Kicks to here

This can be taken advantage of to rotate the J-piece over obstacles during 20G.

..........
....JJ....
....J.....
GGG.J.G...
GGG.GGG...
GGGGGGGGG.
GGGGGGGGG.

IRS counterclockwise

..........
.....JJ...
.....J....
GGG..JG...
GGG.GGG...
GGGGGGGGG.
GGGGGGGGG.

Move right

..........
..........
.....JJJ..
GGG...GJ..
GGG.GGG...
GGGGGGGGG.
GGGGGGGGG.

Rotate clockwise

..........
..........
..........
GGG...G...
GGG.GGGJJJ
GGGGGGGGGJ
GGGGGGGGG.

Place piece

Kicks changed in Tetris with Cardcaptor Sakura Eternal Heart

In Tetris with Cardcaptor Sakura Eternal Heart, tetrominoes will only try to kick in one direction, based on what part of the block detects a collision first in this order:

123
456
789

Collisions with 1, 4, or 7 will try to kick the piece right, while 3, 6, or 9 will kick left. 2, 5, and 8 will still prevent kicks as mentioned above. Some examples:

.LLGGG
..LG.G
..L..G
GGGGGG
...GGG
...6.G
.LLL.G
GGGGGG
...GGG
..LG.G
LLL..G
GGGGGG
GGGJJ.
G.GJ..
G..J..
GGGGGG
GGG...
G.4...
G.JJJ.
GGGGGG
GGG...
G.GJ..
G..JJJ
GGGGGG
..GGG
..G.G
SS..G
.SS.G
GGGGG
..GGG
..3.G
.SS.G
.S..G
GGGGG
..GGG
.SG.G
SS..G
S...G
GGGGG
GGG..
G.G..
G..TT
G.TT.
GGGGG
GGG..
G.1..
G.TT.
G..T.
GGGGG
GGG..
G.GT.
G..TT
G...T
GGGGG

This example will fail to rotate because its one kick isn't open:

..LGGG
..LG.G
G.LL.G
GGGGGG
...GGG
...6.G
GLLL.G
GGGGGG
...GGG
..LG.G
XLL..G
GGGGGG

I still doesn't kick.

Kicks added in Tetris The Grand Master 3 Terror-Instinct

A number of kicks were added to Tetris The Grand Master 3 Terror-Instinct that eliminate common traps, and allow faster play.

I-piece wall kicks

In Terror-Instinct, the I-piece can kick walls and the stack. There are two different wall kicks.

GGZ.......
GGC.......
GGZ.......
GGZ.......

Try to rotate

GG........
XXCZ......
GG........
GG........

Basic rotation fails

GG........
GGZZCZ....
GG........
GG........

Kick 2 space right

........ZG
........CG
........ZG
........ZG

Try to rotate

.........G
......ZZCX
.........G
.........G

Basic rotation fails

.........G
.....ZZCZG
.........G
.........G

Kick left

Similarly to floor kicks, the I-piece needs to be touching part of the stack to kick one cell to the right.

G.Z.......
G.C.......
G.Z.......
G.Z.......

Try to rotate

G.........
XZCZ......
G.........
G.........

Basic rotation fails

G.Z.......
G.C.......
G.Z.......
G.Z.......

No rotation occurs

G.Z.......
G.C.......
G.Z.......
GGZ.......
G.........

Try to rotate

G.........
XZCZ......
G.........
GG........
G.........

Basic rotation fails

G.........
GZZZZ.....
G.........
GG........
G.........

Kick right

I-piece floor kicks

The I-piece can kick the floor. In TGM3, it can be performed only once. This limitation was removed in TGM ACE. In both games, it cannot kick the floor in mid-air.

..........
ZZCZ......
..........
GGGG......

Fail

..........
..........
ZZCZ......
GGGG......

OK

..........
ZZCZ......
.G........
.GG.......

OK

There are 2 different types of floor kicks.

..........
..........
..........
ZZCZ......
G.........
GGGG......

Try to rotate

..........
..........
..Z.......
..C.......
G.Z.......
GGXG......

Basic rotation fails

..........
..Z.......
..C.......
..Z.......
G.Z.......
GGGG......

Kick 1 space up

..........
..........
..........
ZZCZ......
GGGG......
GGGG......

Try to rotate

..........
..........
..Z.......
..C.......
GGXG......
GGXG......

Basic rotation fails

..Z.......
..C.......
..Z.......
..Z.......
GGGG......
GGGG......

Kick 2 space up

T-piece floor kicks

The T-piece can escape from a hollow, up to two times in TGM3, and can be performed infinitely in TGM ACE.

G.........
G.I.......
GII.......
GGIGGGGGG.

Try to rotate

G.........
G.........
G.I.......
GXIXGGGGG.

Basic rotation fails

G.........
G.I.......
GIII......
GG.GGGGGG.

Kick up

In TGM3, rotating a T or I-piece after it has floor kicked will permanently set the lock delay for that piece to zero. This is actually what prevents the second I floorkick. After the second rotation is processed, movement gets processed, allowing a shift of one cell left or right if it's done fast enough. Gravity is then applied. If the I-piece is not in contact with an occupied cell below after processing gravity, any attempt to floorkick will fail, as explained above. If contact does exist, the piece will instantly lock down, preventing rotation from being processed at all.

The T-piece has no such restriction, so it is possible to make it floor kick twice, but it will lock after the second one because there is no way to process rotation again before it locks in TGM3.

Right side bias

In TGM's rotation system, the pieces rotate on only one axis resulting in asymmetrical rotations. In this example, the I-piece can't rotate on the left side of the stack;

..Z.......
..Z.......
..XGGGGGGG
..XGGGGGGG
.GGGGGGGGG


A situation which would work on the right side.

Notice the I has 1 rotation axis;

ZZCZ

I piece's rotation axis

For this reason it is recommended to build a well on the right side of the playfield, rather than the left. This bias is seen in other games, such as NES Tetris.

ACE-ARS and ARS2

An I-piece floor kick being performed in TGM Ace. Unlike TGM3, the piece does not lock instantly on a floor kick after one has been performed.

Ace's rotation is a hybrid of SRS and ARS. Ace features guideline colors and lock delay is now directly reset by rotation/movement. A maximum of 128 lock delay resets are permitted per piece. Piece spawns that would previously have resulted in death (blocks occupying row 19/20 spawn locations) will now instead cause the piece to spawn higher, to a maximum of rows 21/22. This effectively makes the usable well size 2 rows higher. In addition, floor kicks can be performed without limitations as shown in the picture on the right.


ARS2 is available through an Xbox live patch for the game. Normal ARS features Sonic Lock (locking hard drop) and non-locking soft drop. ARS2 reverts these drop mechanics to how it worked in TGM3 and TGM2, but does not change colors or lock reset mechanics.

See also

References