engine
/
gameTypes
/
GameType
/
moveLog
move
Log
abstract val
moveLog
:
MutableList
<
Move
<
B
,
MG
,
P
,
C
>>
Content copied to clipboard
Parameters
B
the type of a board.
MG
the type of a move generator.
P
the type of a piece.
C
the type of a coordinate.