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
A chess engine and AI written in C++ and uses SDL2 for the interface. The AI uses alpha-beta pruning, transposition tables, and iterative deepening. Check detection is currently very slow, and therefore has been disabled for now.