Package com.chess.backend.gamemodel
Class Chessboard
java.lang.Object
com.chess.backend.gamemodel.Chessboard
Class to represent chessboard.
Chessboard is made from squares. It also contains a move history as well as the number of players.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.chess.backend.domain.models.IBoard
equals, getMoves_history, getNumberOfPlayers, getSquares, hashCode, isBreakCastling, setBreakCastling, setMoves_history, setNumberOfPlayers, setSquares, toString
-
Constructor Details
-
Chessboard
public Chessboard()
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-