diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-11-03 17:07:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-03 17:07:32 +0700 |
commit | 50c50f903332e6a5f5a06b9c991f33561cc0e577 (patch) | |
tree | 8b6b2ffba43c541d9dd4431f41acefdc1c523761 /games/stockfish/README | |
parent | cda6abcc4cdc5f7052a7c24449bdc96240590fc1 (diff) |
games/stockfish: Added (UCI chess engine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 000000000000..eb67f3ece01e --- /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. |