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
Kai S. K. Engelbart f4768b7ac3
Working on move history navigation
* Enabled "next" and "previous" buttons
* Added corresponding methods to Board
* Added Move#invert()
* Rendering variation count in MoveNodeRenderer

The added functionality does not work correctly at the moment. This is
probably caused due to missing synchronization between the state of the
board, the game and the user interface.
2020-08-15 23:25:50 +02:00
..
board Working on move history navigation 2020-08-15 23:25:50 +02:00
event Fixed color switching button 2020-08-15 23:25:39 +02:00
exception Changed class Javadoc to use @author and @since tags 2020-08-15 23:25:30 +02:00
game Working on move history navigation 2020-08-15 23:25:50 +02:00
io Removed Type enumeration from Piece class 2020-08-15 23:25:37 +02:00
pgn Fixed missing end of line chunk in movetext 2020-08-15 23:25:45 +02:00
uci Implemented 'go' command in UCI protocol 2020-08-15 23:25:33 +02:00
ui Working on move history navigation 2020-08-15 23:25:50 +02:00