Package javachess.model


package javachess.model
  • Class
    Description
    BiMap<T1,T2>
    A BiMap is a bidirectional map that allows for two-way lookups.
    Class representing a chess board.
    Class representing a cell on the chessboard.
    Class that contains ANSI escape codes for coloring text in the console.
    Class that represents a chess game.
    Class representing a move in the chess game.
     
    Abstract class representing a chess piece.
    Enum representing the two colors of chess pieces.
    Enum representing the different types of chess pieces.
    Class representing a position on the chessboard.