All Classes and Interfaces
Class
Description
Castling enum for different possible castling types in the game
Class to represent chessboard.
This class represents a simple version of the chessboard, which send as a response of the API-Call of
GetChessboardController
.Stateless Chessboard Service to initialize new Chessboard
and does operations on Chessboard object
Class responsible for the starts of new games, loading games,
saving it, and for ending it.
Game service to initialize new Game and do operations on it.
Represents a color of a piece or player.
This class handles the API-call to end a game.
This class handles the call to end a game.
Represents different event types for the firebase database.
This class handles the API-call regarding the executed move for a piece.
This class is received from the API-Call of the
ExecutedMoveController
.This class handles the call to say which move was executed.
A GameRepository mocking class for testing.
This class handles the API-call to get the current chessboard.
This class handles the call to get the chessboard.
This class handles the API-call to get the player who is currently on the turn.
This class is send as a response from the
GetPlayerTurnController
.This class handles the call to get the player who is currently on turn.
Interface of Board class
Interface of Game class
Interface of GameRepository class
Interface of a NewPlayerObject
Interface of a NewPlayersObject
This class handles the API-call to create a new game.
Represents a concrete move of a piece with getters and setters for its fields.
Represents the implementation of a move backward.
Represents the implementation of a diagonal move.
Represents the implementation of a move forward.
Represents the implementation of a knight move (every direction).
Represents the implementation of a move to the left.
Represents the implementation of a one-step move backward.
Represents the implementation of a one-step move diagonal (every direction).
Represents the implementation of a one-step move forward.
Represents the implementation of a one-step move to the left.
Represents the implementation of a one-step move to the right.
Represents the implementation of a pawn capture move backward.
Represents the implementation of a pawn capture move forward.
This class handles the API-call to get all possible moves for a piece.
This class is created via API-Call of the
MoveRequestController
.This class is send as a response from the API-Call of the
MoveRequestController
.This class handles the call to get all possible moves for a chess piece.
Represents the implementation of a move to the right.
Class representing the players moves history.
Represents the implementation of a initial pawn two-step move backwards.
Represents the implementation of a initial pawn two-step move backwards.
This class handles the call to create a new game.
This class handles the API-call to create a new game.
This class handles the call to create a new game.
This class is a simple player object for handling an API-Call.
This class is created via the API-Call of
NewGameController
.Represents a piece.
Represents all possible piece types and their respective symbols.
Class representing a player with name, color and id.
Servie to initalize the players object and
Represents a position (x and y coordinates).
Represents the implementation of a cannon shoot.
Represents a chessboard square.
This class represents one simple square of the chessboard (
ChessboardObject
).