JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Module
app
Package app.chess.pieces
package
app.chess.pieces
Collection of standard chess pieces.
Related Packages
Package
Description
app.chess
Chess - main feature of our project.
app.chess.board
app.chess.moves
app.chess.rules
Chess have many rules, and we have to validate them.
app.chess.san
Functionality for conversions between internal chess moves and standard algebraic notation.
app.chess.utils
All Classes and Interfaces
Classes
Enum Classes
Class
Description
Bishop
ChessPieceColor
Color of a chess piece - white or black
ChessPieceFactory
Factory to easily create piece from kind and color
ChessPieceKind
King
Knight
Pawn
Queen
Rook