fsmosca / HeadsUp

A chess engine adapter that can combine 2 engines and play as one. First engine may play in the middle and the other engine may continue to play for the rest of the game.
GNU General Public License v3.0
1 stars 0 forks source link
chess chess-engine-adaptor engines python python-chess

HeadsUp

A uci chess engine adapter that can combine 2 engines and play as one. First engine may play in the middle and the other engine may continue to play for the rest of the game. The switch from engine1 to engine2 and vice versa can be controlled by move number and/or total piece value remaining on the board.

A. Create a uci engine from 2 actual uci chess engines

1. Using headsup.py
2. Using headsup.exe

B. What it can do

C. Limitations

D. Sample match

Pondering play at TC 60s+0.1s between HeadsUp and Stockfish

E. Credits