Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Elnu c9cf5fa8fb
Switch from BoardCoordinate to Move for most move handling
2 years ago
..
Bishop.java Switch from BoardCoordinate to Move for most move handling 2 years ago
Board.java Switch from BoardCoordinate to Move for most move handling 2 years ago
BoardCoordinate.java Add comments, clean up code 2 years ago
ChessAI.java Fix checkmate logic to account for other piece taking attacker 2 years ago
Coordinate.java Add comments, clean up code 2 years ago
DrawingPanel.java Initial commit 2 years ago
King.java Switch from BoardCoordinate to Move for most move handling 2 years ago
Knight.java Switch from BoardCoordinate to Move for most move handling 2 years ago
Main.java Minor cleanup 2 years ago
Move.java Switch from BoardCoordinate to Move for most move handling 2 years ago
Pawn.java Switch from BoardCoordinate to Move for most move handling 2 years ago
Piece.java Switch from BoardCoordinate to Move for most move handling 2 years ago
Queen.java Switch from BoardCoordinate to Move for most move handling 2 years ago
Rook.java Switch from BoardCoordinate to Move for most move handling 2 years ago
ScreenCoordinate.java Add comments, clean up code 2 years ago