An UCI-compatible chess engine written in C++.
- UCI protocol support (works with Arena, CuteChess, etc.)
- Custom eval (material, pawn structure, king safety, etc.)
- Opening book support (Polyglot .bin)
git clone https://github.com/yourname/ViperChess-Mega
cd ViperChess-Mega
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build./viperchess-mega # UCI mode