http://gothub.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/thomas-mauran/chess-tui
Here are the available configuration options: # Path to the chess engine binary engine_path = " /path/to/engine " # Display mode: "DEFAULT" or "ASCII" display_mode = " DEFAULT " # Logging level: "Off", "Error", "Warn", "Info", "Debug", "Trace" log_level = " Off " Configuration Options: engine_path : Path to your UCI-compatible chess engine binary display_mode : DEFAULT : Uses unicode chess pieces ASCII : Uses ASCII characters for pieces log_level : Controls the verbosity of...