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 984bedfafe Implemented en passant 2019-07-28 13:51:10 +02:00
..
Bishop.java Fixed castling, added castling export to FEN 2019-07-22 21:40:25 +02:00
Board.java Implemented en passant 2019-07-28 13:51:10 +02:00
GameState.java Fixed checkmate detection, simplified event handling 2019-07-07 21:07:58 +02:00
King.java Fixed castling, added castling export to FEN 2019-07-22 21:40:25 +02:00
Knight.java Fixed knight move validation, renamed test 2019-07-12 10:07:02 +02:00
Log.java Added log resetting, disabled resizing in MainFrame 2019-07-25 21:38:49 +02:00
Move.java Added en passant availability logging and FEN string export 2019-07-24 17:52:42 +02:00
Pawn.java Implemented en passant 2019-07-28 13:51:10 +02:00
Piece.java Moved activeColor, fullmoveCounter and halfmoveClock to Log 2019-07-24 07:32:59 +02:00
Position.java Added en passant availability logging and FEN string export 2019-07-24 17:52:42 +02:00
Queen.java Fixed castling, added castling export to FEN 2019-07-22 21:40:25 +02:00
Rook.java Fixed castling, added castling export to FEN 2019-07-22 21:40:25 +02:00