This repository has been archived on 2023-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
Chess/src
2023-03-16 12:43:19 -07:00
..
Bishop.java Switch from BoardCoordinate to Move for most move handling 2023-03-15 18:43:33 -07:00
Board.java Clear move history on setup 2023-03-16 12:43:19 -07:00
BoardCoordinate.java Add comments, clean up code 2023-02-10 18:12:06 -08:00
ChessAI.java Use threading for AI 2023-03-16 12:24:03 -07:00
Coordinate.java Add comments, clean up code 2023-02-10 18:12:06 -08:00
DrawingPanel.java Initial commit 2023-02-09 20:40:12 -08:00
King.java Fix king control zone, disable checks preventing castling 2023-03-16 12:36:46 -07:00
Knight.java Switch from BoardCoordinate to Move for most move handling 2023-03-15 18:43:33 -07:00
Main.java Minor cleanup 2023-02-17 22:38:57 -08:00
Move.java Add queen promotion, fix pawn taking two squares ahead 2023-03-15 23:40:45 -07:00
Pawn.java Fix black queen promotion 2023-03-16 12:39:35 -07:00
Piece.java Fix king control zone, disable checks preventing castling 2023-03-16 12:36:46 -07:00
Queen.java Switch from BoardCoordinate to Move for most move handling 2023-03-15 18:43:33 -07:00
Rook.java Switch from BoardCoordinate to Move for most move handling 2023-03-15 18:43:33 -07:00
ScreenCoordinate.java Add comments, clean up code 2023-02-10 18:12:06 -08:00