A two-player Chess game built using Java Swing and Socket programming.
Play locally on one PC or connect over LAN!
- Go to the Releases page.
- Download the latest version — ChessGame-v1.0.zip.
- Extract the ZIP file.
- Inside the folder, double-click chess54.exe to launch the game.
⚠️ Don’t delete thejre/folder — it’s needed for the game to run.
If you want to run or modify the code yourself:
Requirements:
- Java JDK 21 or newer
- Any IDE (IntelliJ, Eclipse, or VS Code)
Steps:
git clone https://github.com/abhijitht2002/java-chess.git
cd java-chess
javac -d bin src/main/**/*.java
java -cp bin com.chess.Main