public static class TetrominoManager
NumShapes | The number of different tetromino shapes in the game. |
CompareShapeToImage | Checks is the given image is a valid configuration of the given shape. |
GetAllConfigurationsOf | Generates all the possible unique configurations of the given shape. |
GetImageOf | Gets the standard BinaryImage representation of the given tetromino shape. |
GetLevelOf | Gets the level of the given tetromino shape. |
GetShapesWithLevel | Finds all tetromino shapes with the given level. |