Sachy is an XBoard chess engine written in C by Martin Macok.
Retouched by Dann Corbit (v0.2.0.1) then by Roland Chastain (v0.2.0.2).
- Support underpromotion from the opponent
- Simplify pawn moves generation
- Try to improve time management
- Use CECP v2
- New Makefile which allows to choose between 32-bit and 64-bit compilation (1)
- Made a faster version of the
MakeMove
function - Minimal thinking output for WinBoard/XBoard
- Create log files
(1) Type make sachy32
or make sachy64
.
- Add 'q' character to promotion moves, for compatibility with CuteChess
- Partially translated identifiers to english (thanks to Martin Sedlák for his kind help)
- Fixed compiler warnings