diff --git a/src/suicideChess/Board.java b/src/suicideChess/Board.java index b415e28..e5c298d 100644 --- a/src/suicideChess/Board.java +++ b/src/suicideChess/Board.java @@ -3,25 +3,23 @@ package suicideChess; import suicideChess.Square.NotAValidSquare; /** - * @author djib - * - * This file contains the board representation. + * This class contains the board representation. * The board is represented using bitboards. - * a1 is square 0 - * h8 is square 7 - * a2 is square 8 - * ... and so on + *