Rev 137 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 137 | Rev 154 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | # This file is parsed by Chess Giants and each line that is not commented nor | 3 | # This file is parsed by Chess Giants and each line that is not commented nor | 
| 4 | # empty is sent verbatim to the chess engine at the beginning of each game, | 4 | # empty is sent verbatim to the chess engine at the beginning of each game, | 
| 5 | # right after engine initialization, prior to any move command. You can put | 5 | # right after engine initialization, prior to any move command. You can put | 
| 6 | # here every engine-specific initialization command you want. | 6 | # here every engine-specific initialization command you want. | 
| 7 | 7 | ||
| 8 | # | 8 | # Let the Toga engine use its supplied book file | 
| 9 | hard | - | |
| - | 9 | setoption name BookFile value book.bin | |