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/src/dev/kske/chess/game
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
..
ai Implemented saving to PGN file 2019-12-06 23:54:11 +01:00
Game.java Fixed color switching button 2019-11-06 19:52:52 +01:00
NaturalPlayer.java Added pawn promotion selection 2019-11-05 05:41:26 +01:00
Player.java Changed class Javadoc to use @author and @since tags 2019-10-26 07:55:21 +02:00
UCIPlayer.java Changed class Javadoc to use @author and @since tags 2019-10-26 07:55:21 +02:00