This repository has been archived on 2021-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
chess/test/dev/kske/chess/board
Kai S. K. Engelbart 44f91591b4 Implemented saving to PGN file
+ copyVariations parameter in copy constructors of Board and Log

This procedure still required work in the form of efficiently rewinding
the board to the first position for SAN move extraction and shortening
SAN moves to the smallest possible representation.
2019-12-06 23:54:11 +01:00
..
BoardTest.java Implemented saving to PGN file 2019-12-06 23:54:11 +01:00
FENStringTest.java Removed old FEN string methods, fixed FEN regex 2019-10-25 11:52:48 +02:00
LogTest.java Moved castling right logging to Log 2019-10-25 11:34:07 +02:00
PositionTest.java Renamed SAN-like coordinate notation to LAN, added SAN support to Board 2019-10-09 21:02:22 +02:00