cutechess icon indicating copy to clipboard operation
cutechess copied to clipboard

Cute Chess is a graphical user interface, command-line interface and a library for playing chess.

Results 171 cutechess issues
Sort by recently updated
recently updated
newest added

Is it possible to make an additional showing window 50-move rule.

This PR replaces `QCustomPlot` by `QtCharts` as basis for score graphs by `EvalHistory`. It implements an auto-scaler in lieu of `QCustomPlot`. QCustomPlot is retired from the project. Currently, the build...

## Output of `cutechess-cli --version` / `cutechess --version` Cute Chess 1.2.0 Using Qt version 5.15.1 Running on macOS 10.15/x86_64 ## How did you run Cute Chess exactly? Ran the GUI...

This PR resolves #112 and resolves #658, a suggestion how to follow the progress of tournaments more easily. It consists of two commits. By the first commit the **number of...

This would be a nice enhancement and one would not need to open the current results window. I don't know though how it should be implemented with concurrency >1 (never...

This PR provides a speedy method for automatically adding new engines to the list of engine configurations of the GUI. The user presses the new "auto add"-button and selects a...

Currently, if a UCI option of type string has a void value, cutechess omits the keyworld `value`, For example, it only sends `setopton name Debug Log File`, To comply with...

This patch is untested yet (lack of MS Windows on my side) and might resolve #487.

` >stockfish_210226(0): setoption name Analysis Contempt value Both >stockfish_210226(0): setoption name Contempt value 24 >stockfish_210226(0): setoption name Debug Log File >stockfish_210226(0): setoption name EvalFile value nn-62ef826d1a6d.nnue >stockfish_210226(0): setoption name Hash...

In issue #662 a more readable PGN output has been requested. Usually PGN outputs are listing more than one move per line and the line width limited to 80 characters....