You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This C++ chess engine features a robust AI powered by minimax with alpha-beta pruning and transposition tables, alongside essential functionalities like move validation and check detection. It offers single-player, multiplayer, and FEN string loading modes, with configurable AI search depth. The project demonstrates a practical appli