Puzzle | Represents a puzzle in the game. |
BinaryImage |
Represents a 5x5 binary image. The image is stored as an integer, where each bit represents a cell in the image.
The top left corner is viewed the least significant bit. We go down row by row from left to right.
Example
|
FinishedPuzzleInfo | Contains information about the reward a player chose for finishing a puzzle. |
TetrominoShape | Represents a specific tetromino shape. |