-
Where can I find and executable that supports Duck Chess? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
So far the automated development builds do not include duck chess support. Duck chess as well as a few other variants with large branching factor (like game of the amazons) are only included when enabling this feature specifically during compilation, see https://github.com/ianfab/Fairy-Stockfish/wiki/Compiling-Fairy-Stockfish#compiling-with-support-for-variants-with-large-branching-factor-duck-amazons, and this is disabled by default since enabling it increases memory consumption and reduces performances for all variants. I already thought about this but haven't decided on it yet. Neither enabling it by default nor doubling the number of binaries is a good option to me (for both dev builds and releases), so I might maybe include just one single extra binary including these variants instead of providing optimized ones for different hardwares to at least provide some pre-built binaries without cluttering the releases too much. |
Beta Was this translation helpful? Give feedback.
-
Another option is to redirect users to https://github.com/gbtami/Fairy-Stockfish/releases |
Beta Was this translation helpful? Give feedback.
Another option is to redirect users to https://github.com/gbtami/Fairy-Stockfish/releases
Pychess fairyfishnet workers use these executables, and they contains all the variants