Package com.chess.backend.gamemodel
package com.chess.backend.gamemodel
-
ClassDescriptionClass to represent chessboard.Class responsible for the starts of new games, loading games, saving it, and for ending it.Represents a concrete move of a piece with getters and setters for its fields.Class representing the players moves history.Represents a piece.Class representing a player with name, color and id.Represents a position (x and y coordinates).Represents a chessboard square.