Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 251 Bytes

File metadata and controls

3 lines (2 loc) · 251 Bytes

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.