Skip to content

πŸ•ΉοΈ CheckMate – v1.0.0

Latest
Compare
Choose a tag to compare
@abhishekdpandey18 abhishekdpandey18 released this 25 May 12:55
· 19 commits to main since this release
08203ac

πŸŽ‰ 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