GameStateGameInfo Class

Provides information about about the game while preventing modification of the original data.

Definition

Namespace: ProjectLCore.GameLogic
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public class GameInfo
Inheritance
Object    GameStateGameInfo

Constructors

GameStateGameInfo Initializes a new instance of the GameStateGameInfo class.

Properties

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.

Methods

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)

See Also