Package Game
package Game
-
ClassesClassDescriptionManages the chess board, including piece placement, captures, movement validation, and repainting of piece images.Entry point for launching the Chess game application.Handles player mouse input, including all mouse event actions such as pressing, releasing, and dragging pieces on the chess board.Represents a chess move, including the piece being moved, its original and new positions, and any captured piece.