Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibor committed Jan 27, 2023
1 parent 95972b9 commit b2443be
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ static void Main(string[] args)
/// <summary>
/// Limit ply to read.
/// </summary>
int bookLimitR = 32;
int bookLimitR = 16;
/// <summary>
/// Limit ply to write.
/// </summary>
int bookLimitW = 32;
int bookLimitW = 16;
CUci uci = new CUci();
CChessExt chess = CBook.chess;
string ax = "-bf";
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ To use this program you need install <a href="https://dotnet.microsoft.com/down
**-ef** chess Engine File name<br/>
**-ea** chess Engine Arguments<br/>
**-w** Write new moves to the book<br/>
**-lr** Limit maximum ply depth when Read from book (default 32) 0 means no limit<br/>
**-lw** Limit maximum ply depth when Write to book (default 32) 0 means no limit<br/>
**-lr** Limit maximum ply depth when Read from book (default 16) 0 means no limit<br/>
**-lw** Limit maximum ply depth when Write to book (default 16) 0 means no limit<br/>
**-log** Create LOG file<br/>
**-info** show additional INFOrmation<br/>

Expand Down
Binary file added Release/Alekhine.bin
Binary file not shown.
Binary file modified Release/BigBin.bin
Binary file not shown.
Binary file modified Release/BookReaderBin.exe
Binary file not shown.
Binary file added Release/Carlsen.bin
Binary file not shown.
Binary file added Release/Fics15.bin
Binary file not shown.
Binary file added Release/Fischer.bin
Binary file not shown.
Binary file added Release/GMOpenings.bin
Binary file not shown.
Binary file added Release/Irina.bin
Binary file not shown.
Binary file added Release/Karpov.bin
Binary file not shown.
Binary file added Release/Kasparov.bin
Binary file not shown.
Binary file added Release/Kramnik.bin
Binary file not shown.
Binary file added Release/Smyslov.bin
Binary file not shown.
Binary file added Release/Spassky.bin
Binary file not shown.
Binary file added Release/Tal.bin
Binary file not shown.

0 comments on commit b2443be

Please sign in to comment.