π First Release β Basic Two-Player Chess
This is the first stable release of the Java-based Chess game. It includes:
β
Features
Full implementation of standard Chess rules
Two-player local mode
Graphical user interface (GUI) with piece movement
Move validation (including check and checkmate detection)
Special moves: castling, en passant, and pawn promotion
π‘ Tech Stack
Java (OOP)
Java Swing (GUI)
π How to Run
Clone the repository
Compile the project using your IDE or terminal
Run the main class to start the game