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
/
PgnGame
/
PgnGame
Pgn
Game
constructor
(
tags
:
Map
<
String
,
String
>
=
emptyMap()
,
moves
:
List
<
String
>
=
emptyList()
,
result
:
String
=
"*"
)