PDA

View Full Version : A TGM Question


Quad
04-16-2008, 03:19 AM
In what order does TGM calculate tetromino movement? DAS -> gravity -> soft drop or some other order?



I am asking because for example if gravity was calculated before DAS, then a piece could be in a "floating" state in 20G.

Billmaan
04-16-2008, 03:26 AM
Rotation, then DAS, then gravity. This enables moves like the one shown in the fourth section of this page (http://www13.plala.or.jp/TETRiS_TGM/kouza/7.htm).

Zaphod77
04-16-2008, 03:27 AM
The processing order.


If a piece is spawning.


1) initial hold

2) initial rotate without wallkick

3) initial drop.


then after this, and every frame.


4) rotation

5) movement

6) gravity.



In 20g, a piece is never in midair at any time.