Chess Game is a comprehensive implementation of the classic chess game in C++. Challenge yourself against the computer or play with a friend.
- Full Chess Rules: Implements all standard chess rules.
- AI Opponent: Play against a computer-controlled opponent with adjustable difficulty levels.
- Two-Player Mode: Play against a friend in local multiplayer mode.
- Move Validation: Ensures all moves are legal according to chess rules.
- Basic Graphics: The graphical user interface is simple and may not have advanced features.
- AI Complexity: The AI opponent may have limited difficulty settings and is not highly advanced.
Contributions to the Chess Game are welcome. If you encounter any bugs, issues, or have ideas for enhancements, feel free to open an issue or submit a pull request.
- The Chess team (Sajed Samer, Mahmoud Khaled, and Mohamed Haytham) developed this game.