TetrominoShape Enumeration
Represents a specific tetromino shape.
Namespace: ProjectLCore.GamePiecesAssembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
public enum TetrominoShape
O1 | 0 |
The 1x1 square tetromino.
|
O2 | 1 |
The 2x2 square tetromino.
|
I2 | 2 |
The 1x2 line tetromino.
|
I3 | 3 |
The 1x3 line tetromino.
|
I4 | 4 |
The 1x4 line tetromino.
|
L2 | 5 |
The L shaped tetromino of length 2. Looks like I2 with O1 attached to the right.
|
L3 | 6 |
The L shaped tetromino of length 3. Looks like I3 with O1 attached to the right.
|
Z | 7 |
The Z shaped tetromino. Looks like two I2 tetrominos attached to each other, the bottom one shifted by one cell to the right.
|
T | 8 |
The T shaped tetromino. Looks like I3 with O1 attached to the middle cell.
|