chess-core
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
chess-core
chess-core
/
io.github.alluhemanth.chess.core.game
/
GameState
/
GameState
Game
State
constructor
(
currentPlayer
:
PieceColor
,
castlingRights
:
Map
<
PieceColor
,
CastlingAvailability
>
,
enPassantTargetSquare
:
Square
?
,
halfMoveClock
:
Int
,
fullMoveNumber
:
Int
)