Square Tetris: Difference between revisions
*>Tepples begin to notate |
*>Tepples intro, T, double slide |
||
Line 1: | Line 1: | ||
''[[The New Tetris]]'', Square mode of ''[[Tetris Worlds]]'', and ''[[Lockjaw: The Overdose]]'' reward the player for creating 4x4 block squares out of four tetrominoes. | |||
Building wide platforms into the top of a square in progress allows more than one square to be built at once, keeping options open for handling any tetromino. | |||
== Monosquares == | |||
Spiral L monosquare, on both sides: | Spiral L monosquare, on both sides: | ||
Line 9: | Line 14: | ||
{{pfrow|L|L|L| | | | | | |L}} | {{pfrow|L|L|L| | | | | | |L}} | ||
{{pfend}} | {{pfend}} | ||
|{{pfstart}} | |{{pfstart}} | ||
{{pfrow|L| | | | | | |L|L|L}} | {{pfrow|L| | | | | | |L|L|L}} | ||
Line 16: | Line 20: | ||
{{pfrow|L|L|L| | | | | | |L}} | {{pfrow|L|L|L| | | | | | |L}} | ||
{{pfend}} | {{pfend}} | ||
|{{pfstart}} | |{{pfstart}} | ||
{{pfrow|L|L|L|L| | | |L|L|L}} | {{pfrow|L|L|L|L| | | |L|L|L}} | ||
Line 23: | Line 26: | ||
{{pfrow|L|L|L| | | |L|L|L|L}} | {{pfrow|L|L|L| | | |L|L|L|L}} | ||
{{pfend}} | {{pfend}} | ||
|{{pfstart}} | |{{pfstart}} | ||
{{pfrow|L|L|L|L| | |L|L|L|L}} | {{pfrow|L|L|L|L| | |L|L|L|L}} | ||
Line 60: | Line 62: | ||
{{pfend}} | {{pfend}} | ||
|} | |} | ||
Spiral T monosquare, on both sides: | |||
{| | |||
|- valign="top" | |||
|{{pfstart}} | |||
{{pfrow| | | | | | | | | | }} | |||
{{pfrow|T| | | | | | | | |T}} | |||
{{pfrow|T|T| | | | | | |T|T}} | |||
{{pfrow|T| | | | | | | | |T}} | |||
{{pfend}} | |||
|{{pfstart}} | |||
{{pfrow|T|T|T| | | | |T|T|T}} | |||
{{pfrow|T|T| | | | | | |T|T}} | |||
{{pfrow|T|T| | | | | | |T|T}} | |||
{{pfrow|T| | | | | | | | |T}} | |||
{{pfend}} | |||
|{{pfstart}} | |||
{{pfrow|T|T|T| | | | |T|T|T}} | |||
{{pfrow|T|T| | | | | | |T|T}} | |||
{{pfrow|T|T|T| | | | |T|T|T}} | |||
{{pfrow|T|T|T|T| | |T|T|T|T}} | |||
{{pfend}} | |||
|{{pfstart}} | |||
{{pfrow|T|T|T|T| | |T|T|T|T}} | |||
{{pfrow|T|T|T|T| | |T|T|T|T}} | |||
{{pfrow|T|T|T|T| | |T|T|T|T}} | |||
{{pfrow|T|T|T|T| | |T|T|T|T}} | |||
{{pfend}} | |||
|} | |||
L on the left and J on the right require a double slide ([[#Double slide|see below]]). | |||
== Double slide == | == Double slide == | ||
''The New Tetris'' uses smooth falling animation for tetrominoes. | |||
The way this implementation mixes the falling animation with collision detection means that a tetromino can normally [[slide]] only one block under an overhang unless there is something on the floor to support it. | |||
== External links == | == External links == | ||
http://gilly.homeip.net/tetris/strategy/general | *http://gilly.homeip.net/tetris/strategy/general |
Revision as of 22:47, 18 November 2006
The New Tetris, Square mode of Tetris Worlds, and Lockjaw: The Overdose reward the player for creating 4x4 block squares out of four tetrominoes.
Building wide platforms into the top of a square in progress allows more than one square to be built at once, keeping options open for handling any tetromino.
Monosquares
Spiral L monosquare, on both sides:
|
|
|
|
Spiral J monosquare, on both sides:
|
|
|
|
Spiral T monosquare, on both sides:
|
|
|
|
L on the left and J on the right require a double slide (see below).
Double slide
The New Tetris uses smooth falling animation for tetrominoes. The way this implementation mixes the falling animation with collision detection means that a tetromino can normally slide only one block under an overhang unless there is something on the floor to support it.