Skip to content

Commit

Permalink
refinement in md
Browse files Browse the repository at this point in the history
  • Loading branch information
psrijan committed Mar 16, 2021
1 parent 1210ce3 commit 696a84a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,4 @@ Another Example of case not shown:

3. Better testsets could have been written. My testing efforts were longer due to the mere fact that my `CreateBoardUtil.java` class didn't return the output results. I made a lot of mistakes while writing the testcases because of this.


// Only Returns input testcases and not results
public static Piece[][] getRookAt_1h() {
Board board = new Board();
String[] blackPiece = {"Rh1"};
String[] whitePiece = new String[]{};
board.populateBoard(blackPiece, whitePiece);
return board.getChessBoard();
}

## Future Work:
Extend this project using JavaFx/Swing to graphically visualize all the possible moves of the chess board.

0 comments on commit 696a84a

Please sign in to comment.