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/board
Kai S. K. Engelbart 58340ca6ac Added castling, fixed some minor bugs 2019-07-13 11:38:44 +02:00
..
Bishop.java Improved package structure 2019-07-06 18:05:00 +02:00
Board.java Added castling, fixed some minor bugs 2019-07-13 11:38:44 +02:00
GameState.java Fixed checkmate detection, simplified event handling 2019-07-07 21:07:58 +02:00
King.java Added castling, fixed some minor bugs 2019-07-13 11:38:44 +02:00
Knight.java Fixed knight move validation, renamed test 2019-07-12 10:07:02 +02:00
Log.java Added move history and pawn promotion 2019-07-10 18:54:53 +02:00
Move.java Added move history and pawn promotion 2019-07-10 18:54:53 +02:00
Pawn.java Added move history and pawn promotion 2019-07-10 18:54:53 +02:00
Piece.java Added castling, fixed some minor bugs 2019-07-13 11:38:44 +02:00
Position.java Improved package structure 2019-07-06 18:05:00 +02:00
Queen.java Improved package structure 2019-07-06 18:05:00 +02:00
Rook.java Improved package structure 2019-07-06 18:05:00 +02:00