summarylogtreecommitdiffstats
path: root/crafty.rc
blob: f2bf40e753e8e1926de280598ffdbdc85fc41f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Example file for craftyrc
# Copy it to $HOME/.craftyrc
# Read /usr/share/doc/packages/crafty/crafty.doc.ascii for more information

# Increases Crafty's position hash to 256MB
hash=256m

# Increases Crafty's pawn hash to 64MB
hashp=64m

# If you want to use your own books create a directory $HOME/.crafty ,
# set this path accordingly to "/home/your_user_name/.crafty"
# and copy your own book-files (book.bin, books.bin and bookc.bin) into that directory
bookpath=/usr/share/crafty
show book

# Tells Crafty to use syzygy Endgame Tables
egtb
tbpath=/usr/share/crafty/TB

# Disable logging, if you want crafty to log your games, set this to "on"
log=off

# Allows Crafty to try to win drawn games (according to Endgame Tables)
swindle on

# Allows Crafty to think on your time
ponder on

# Increases Crafty's Endgame Table Cache to 32MB
cache=32m

# Increases Crafty's MaxThreads to total number of CPU cores
mt=4
exit