Uses of Package
com.chess.backend.gamemodel
Packages that use com.chess.backend.gamemodel
Package
Description
-
Classes in com.chess.backend.gamemodel used by com.chess.backend.domain.modelsClassDescriptionClass to represent chessboard.Class representing the players moves history.Class representing a player with name, color and id.Represents a chessboard square.
-
Classes in com.chess.backend.gamemodel used by com.chess.backend.domain.repositoryClassDescriptionClass responsible for the starts of new games, loading games, saving it, and for ending it.
-
Classes in com.chess.backend.gamemodel used by com.chess.backend.gamemodelClassDescriptionClass to represent chessboard.Represents a concrete move of a piece with getters and setters for its fields.Represents a piece.Class representing a player with name, color and id.Represents a position (x and y coordinates).Represents a chessboard square.
-
Classes in com.chess.backend.gamemodel used by com.chess.backend.gamemodel.abstractmovesClassDescriptionClass to represent chessboard.Represents a concrete move of a piece with getters and setters for its fields.Represents a piece.Class representing a player with name, color and id.Represents a position (x and y coordinates).
-
Classes in com.chess.backend.gamemodel used by com.chess.backend.repositoryClassDescriptionClass responsible for the starts of new games, loading games, saving it, and for ending it.
-
Classes in com.chess.backend.gamemodel used by com.chess.backend.servicesClassDescriptionClass to represent chessboard.Class responsible for the starts of new games, loading games, saving it, and for ending it.Represents a piece.Class representing a player with name, color and id.Represents a position (x and y coordinates).Represents a chessboard square.