Skip to content

Instantly share code, notes, and snippets.

@ignaciomosca
Created November 25, 2019 22:15
Show Gist options
  • Save ignaciomosca/f37ecda999b660cbbf046b98bef54930 to your computer and use it in GitHub Desktop.
Save ignaciomosca/f37ecda999b660cbbf046b98bef54930 to your computer and use it in GitHub Desktop.
public class Board {
private int M;
private int N;
private char[][] board;
private ArrayList<ChessPiece> usedPieces;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment