public class GameInfo
GameStateGameInfo | Initializes a new instance of the GameStateGameInfo class. |
AvailableBlackPuzzles | The puzzles in the black row. |
AvailableWhitePuzzles | The puzzles in the white row. |
NumBlackPuzzlesLeft | The number of puzzles left in the black deck. |
NumTetrominosLeft | The number of tetrominos of each shape left in the shared reserve. |
NumWhitePuzzlesLeft | The number of puzzles left in the white deck. |
ToString |
Converts to string. It shows the puzzles in the white and black rows and the number of tetrominos left in the shared reserve.
(Overrides ObjectToString) |