Commit Graph

5 Commits

Author SHA1 Message Date
Kai S. K. Engelbart 72aa8d0881
Reformat everything (mainly to fit 80 character width limit) 2020-08-15 23:25:52 +02:00
Kai S. K. Engelbart 2333021bba
Add missing Javadoc 2020-08-15 23:25:50 +02:00
Kai S. K. Engelbart 4723127bc8
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.
2020-08-15 23:25:43 +02:00
Kai S. K. Engelbart 69261303c5
Fixed memory leak, improved copy constructors 2020-08-15 23:25:17 +02:00
Kai S. K. Engelbart 7258e96b1a
Changed unit test package structure
- Changed unit test package structure to match src
- Refactored PositionTest
+ TestToString method in PositionTest
2020-08-15 23:25:15 +02:00