This is a chess engine written in C. Strength is estimated at between 2000-2100 ELO. It is currently under development.
Features:
- 64 square board representation
- Piece list
- Piece move templates
- Zobrist Hash Transposition table at configurable size.
- Alpha beta pruning
- Opening book in abk format.
- Null move pruning
- Quiescence search
- Late move reductions
- UCI Protocol
Complie solution on Windows 10 using Visual Studio 2019.