Write code in ChessBoard.java that can determine check and checkmate.
There are several tests in Main.java which will throw exceptions if your code doesn't work. Main.java will also print each chessboard to the console so you can see the game state.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Write code in ChessBoard.java that can determine check and checkmate.
There are several tests in Main.java which will throw exceptions if your code doesn't work. Main.java will also print each chessboard to the console so you can see the game state.