Index
All Classes and Interfaces|All Packages|Serialized Form
B
- Bishop - Class in Piece
-
Represents a Bishop chess piece with movement logic restricted to diagonals.
- Bishop(Board, int, int, PieceColor) - Constructor for class Piece.Bishop
-
Constructs a Bishop piece at the specified board position and color.
- BLACK - Enum constant in enum class Piece.PieceColor
-
The black color used for the opposing side's pieces.
- Board - Class in Game
-
Manages the chess board, including piece placement, captures, movement validation, and repainting of piece images.
- Board() - Constructor for class Game.Board
-
Constructs the chess board and prepares it for user interaction.
All Classes and Interfaces|All Packages|Serialized Form