dartchess 0.4.0 dartchess: ^0.4.0 copied to clipboard
Provides chess and chess variants rules and operations including chess move generation, read and write FEN, read and write PGN.
0.4.0 #
- Add
PgnNodeData
as a bound toPgnNode
generic type parameter
0.3.0 #
- rename
Headers
toPgnHeaders
for consistency PgnGame
isn't a const constructor anymore- tweak
parseMultiGamePgn
signature for consistency
0.2.0 #
- add
makeSan
andmakeSanUnchecked
methods to thePosition
class. toSan
andplayToSan
are now deprecated.
0.1.0 #
- Initial version.