Package Piece

Class Bishop

java.lang.Object
Piece.Piece
Piece.Bishop

public class Bishop extends Piece
Represents a Bishop chess piece with movement logic restricted to diagonals.

This class handles the initialization, rendering, and valid move logic for a bishop. The bishop moves diagonally across the board and can travel any number of tiles as long as its path is unobstructed.

See Also: