chess-tui icon indicating copy to clipboard operation
chess-tui copied to clipboard

How to use chess-tui with gnuchess engine?

Open craftmaster1231 opened this issue 9 months ago • 1 comments

I'm trying to run chess-tui bot game with gnuchess engine.

Created script engine.sh:

#!/bin/sh
gnuchess --uci

Gave it execution permissions by chmod +x engine.sh.

Then run: chess-tui -e /home/alex/script.sh After selecting "Play against a bot", chess-tui just hangs.

Can you help me, please, what did I did wrong?

craftmaster1231 avatar May 13 '24 15:05 craftmaster1231