diff options
Diffstat (limited to 'games/stockfish/README')
-rw-r--r-- | games/stockfish/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/stockfish/README b/games/stockfish/README new file mode 100644 index 0000000000..eb67f3ece0 --- /dev/null +++ b/games/stockfish/README @@ -0,0 +1,12 @@ +Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a +complete chess program and requires some UCI-compatible GUI (e.g. XBoard with +PolyGlot, eboard, Arena, Sigma Chess, Shredder, Chess Partner or Fritz) in +order to be used comfortably. Read the documentation for your GUI of choice +for information about how to use Stockfish with it. + +This version of Stockfish supports up to 128 cores. The engine defaults to one +search thread, so it is therefore recommended to inspect the value of the +Threads UCI parameter, and to make sure it equals the number of CPU cores on +your computer. + +This version of Stockfish has support for Syzygybases. |