Skip to content

πŸ•ΉοΈ Chess Game – v1.0.0

Latest

Choose a tag to compare

@abhishekdpandey18 abhishekdpandey18 released this 25 May 11:22
· 2 commits to main since this release
8b4b799

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