DTET Rotation System

From TetrisWiki
Revision as of 08:03, 12 February 2007 by 133.27.17.61 (talk)
Jump to navigation Jump to search

The DTET Rotation System is the rotation system used in the fan game DTET. Although sometimes referred to by the abbreviation D.R.S., both the abbreviation and expanded form are informal names. The system was not given a specific name by Mihys, the author of the game.

Dtet-pieces.png

This is how they appear to rotate in free space. What I suspect is actually happening, is that the pieces are rotating through 4 unique positions, like in SRS, but always prefer to be touching the bottom of their bounding box, like in TGM rotation.

Pieces spawn in the center, (left of center for the odd width pieces) with their topmost solid block in row 20.

Forum user B.G. posted a loose translation of how it works in the forum:

  • A case of anticlockwise
  1. If cannot rotate, move one space to the left.
  2. If cannot, move one space to the right.
  3. If cannot, move one space to the down.
  4. If cannot, move one space to the down & move one space to the left.
  5. If cannot, move one space to the down & move one space to the right.
  • A case of clockwise
  1. If cannot rotate, move one space to the right.
  2. If cannot, move one space to the left.
  3. If cannot, move one space to the down.
  4. If cannot, move one space to the down & move one space to the right.
  5. If cannot, move one space to the down & move one space to the left.
  • If push anticlockwise button while pushing clockwise button, clockwize-like anticlockwise rotate.
  • If push clockwise button while pushing anticlockwise button, anticlockwize-like clockwise rotate.

This system works flip rotate too.