Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 737 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 737 Bytes

A client-server kit to run a uci-compatible chess engine on another computer

Build https://drive.google.com/uc?export=download&id=1b7hDKVgiMCrkxD4MYkcuwvVgkMl9llV0

How to use

Run and start the server (unp-server.exe) on the computer where the chess engine should work. The client (unp-client.exe) is a placeholder for the chess engine on the computer where the chess UI application runs. In the settings.txt set the address the server listens. Then select the client executable (unp-client.exe) as a chess engine executable in your UI application. UCI parsing is not implemented, so any external files (like ending books) which are passed to the chess engine by UI application MUST be on both computers and MUST be on identical paths