Built with Java + JavaFX/OpenGL | Developed by Er. Sangam Krishna
- ✨ Features
- 🎯 Game Modes
- 🖼️ Screenshots
- 🛠️ Tech Stack
- 📦 Installation
- 🚀 How to Run
- 🎮 How to Play
- 🤝 Contributing
- 📄 License
- 👨💻 Author
- Stunning 3D Chess Board with JOGL (OpenGL wrapper for Java)
- Multiple Board Themes - Choose from 10+ beautiful board designs
- High-Quality Chess Pieces - Photorealistic 3D models with smooth animations
- Customizable Piece Skins - 20+ SVG/PNG piece sets (Classic, Modern, Wooden, Crystal, etc.)
- Smooth Animations - Piece movement, capture effects, particle engine
- Camera Controls - Zoom, rotate, pan the 3D chessboard
- Lighting Effects - Dynamic shadows and ambient lighting
- Sound Effects - Move, capture, check, checkmate sounds
- Complete Chess Rules Implementation
- All piece movements (Pawn, Rook, Knight, Bishop, Queen, King)
- Castling (Kingside & Queenside)
- En Passant
- Pawn Promotion (Queen, Rook, Bishop, Knight)
- Check & Checkmate detection
- Stalemate & Draw conditions
- Threefold repetition
- Fifty-move rule
- Stockfish AI Engine Integration - World's strongest open-source chess engine
- Multiple Difficulty Levels (Beginner to Grandmaster)
- AI Strength Settings (ELO 800 - 3500+)
- Move Suggestions - Hints and best move recommendations
- Position Analysis - Real-time evaluation bar
- Local Multiplayer - Play on the same computer (Hot Seat)
- Online Multiplayer - Play with friends over the internet
- Java Sockets implementation
- Room creation & joining
- Real-time move synchronization
- Chat functionality
- Undo/Redo Moves - Take back or replay moves
- Move History Panel - See all moves in PGN notation
- Timer/Clock - Configurable time controls (Blitz, Rapid, Classical)
- Move Highlights - Visual indicators for legal moves
- Last Move Indicator - Highlight previous move
- Save/Load Games - Save progress and resume later (PGN format)
- Export Games - Share your games in PGN format
- Game Statistics - Track wins, losses, draws
- Puzzle Mode - Solve chess puzzles (Coming Soon)
Play against the powerful Stockfish chess engine with adjustable difficulty.
Difficulty Levels:
🟢 Beginner (ELO 800-1200)
🟡 Intermediate (ELO 1200-1800)
🟠 Advanced (ELO 1800-2400)
🔴 Expert (ELO 2400-3000)
⚫ Grandmaster (ELO 3000-3500+)
- Local: Play with a friend on the same device
- Online: Connect via IP address or create/join rooms
Screenshots will be added soon after implementation
| Technology | Purpose |
|---|---|
| Java 17+ | Core programming language |
| JavaFX 20+ | Modern UI framework |
| JOGL (OpenGL) | 3D graphics rendering |
| Stockfish Engine | Chess AI opponent |
| Maven/Gradle | Build & dependency management |
| Java Sockets | Online multiplayer networking |
| PGN Parser | Game save/load functionality |
- Java Development Kit (JDK) 17 or higher
- JavaFX SDK 20+
- Maven or Gradle (for dependency management)
- Stockfish Engine (for AI mode)
git clone https://github.com/SnakeEye-sudo/Ultimate-Chess-Game.git
cd Ultimate-Chess-Gamemvn clean installgradle build- Download Stockfish from official website
- Extract the executable
- Place it in the
resources/engines/directory - Update the path in
config.properties
mvn javafx:rungradle runjava --module-path /path/to/javafx-sdk/lib --add-modules javafx.controls,javafx.fxml -jar Ultimate-Chess-Game.jar- Mouse: Click and drag pieces to move
- Right Click: Show legal moves for a piece
- Spacebar: Undo last move
- Ctrl+Z: Redo move
- Ctrl+S: Save game
- Ctrl+O: Load game
- Arrow Keys: Rotate camera (3D mode)
- Mouse Wheel: Zoom in/out
- Launch the application
- Select game mode:
- Single Player: Choose AI difficulty
- Multiplayer (Local): Pass and play
- Multiplayer (Online): Create or join a room
- Choose your color (White/Black)
- Set time controls (optional)
- Start playing!
Ultimate-Chess-Game/
├── src/
│ ├── main/
│ │ ├── java/
│ │ │ ├── com/sangamkrishna/chess/
│ │ │ │ ├── model/ # Chess pieces, board, game logic
│ │ │ │ ├── view/ # JavaFX UI components
│ │ │ │ ├── controller/ # Game flow controllers
│ │ │ │ ├── engine/ # Stockfish integration
│ │ │ │ ├── network/ # Multiplayer networking
│ │ │ │ ├── graphics/ # 3D rendering (JOGL)
│ │ │ │ └── utils/ # Helper classes
│ │ └── resources/
│ │ ├── images/ # Chess piece images
│ │ ├── models/ # 3D piece models
│ │ ├── sounds/ # Sound effects
│ │ ├── themes/ # Board themes
│ │ └── engines/ # Stockfish executable
│ └── test/ # Unit tests
├── docs/ # Documentation
├── screenshots/ # Game screenshots
├── pom.xml / build.gradle # Build configuration
├── LICENSE # MIT License
└── README.md # This file
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch
git checkout -b feature/AmazingFeature
- Commit your changes
git commit -m 'Add some AmazingFeature' - Push to the branch
git push origin feature/AmazingFeature
- Open a Pull Request
- 🎨 Add more board themes
- 🎭 Create new piece designs
- 🧩 Implement puzzle mode
- 📱 Mobile version (Android/iOS)
- 🌐 Web version (GWT)
- 🤖 Improve AI integration
- 🔊 Add more sound effects
- 🌍 Add internationalization (i18n)
This project is licensed under the MIT License - see the LICENSE file for details.
This project uses the following open-source resources:
- Stockfish Chess Engine - GPL v3
- JOGL (Java OpenGL) - BSD License
- Chess Piece Graphics - Wikimedia Commons (Various CC licenses)
Full Stack Developer | Java Enthusiast | Chess Lover
📧 Contact: Open for collaborations and suggestions!
- Stockfish Team - For the amazing chess engine
- JOGL Community - For OpenGL bindings
- JavaFX Community - For the modern UI framework
- Chess.com & Lichess - For inspiration
- Wikimedia Commons - For open-source chess piece graphics
- All Contributors - Thank you for your support!
If you like this project, please give it a ⭐ on GitHub!
This project is actively under development. New features are being added regularly!
Current Status: Alpha v0.1.0
Roadmap:
- Repository setup
- Core chess engine implementation
- 3D graphics integration (JOGL)
- Stockfish AI integration
- Multiplayer networking
- UI/UX polish
- Testing & bug fixes
- Beta release
Expected Beta Release: Q1 2026
Made with ❤️ and ☕ by Er. Sangam Krishna © 2025 Sangam Krishna. All Rights Reserved.