chess-tui
chess-tui copied to clipboard
How to use chess-tui with gnuchess engine?
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?