Class ChessboardObject

java.lang.Object
com.chess.backend.restController.objects.ChessboardObject

public class ChessboardObject extends Object
This class represents a simple version of the chessboard, which send as a response of the API-Call of GetChessboardController.
Author:
Hannes Stuetzer
  • Constructor Details

    • ChessboardObject

      public ChessboardObject(SquareObject[][] chessboard)