You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.