Torom wrote: ↑Sat Oct 09, 2021 4:33 pm
Hey, I asked earlier if there is a possibility to use chessdb as an opening book for Lichess games. In the meantime, the official Lichess bot has this function:
https://github.com/ShailChoksi/lichess- ... dd532fc79c
It would be great if you could think about adding this function to Banksia, because now with Banksia you might have a disadvantage compared to the standard bot.
In addition, the standard bot now also supports online EGTB from Lichess and chessdb, I personally don't find this function very important.
BSG can use chessdb for reference/studying but not for playing. I’m not sure the advantage if other bots could use that for playing. Online servers typically have latency and not realisable. It means every opening move has to spend extra time, sometimes seconds, for waiting replies from that server first. That time is significant for fast games.
Similar to Syzygy. I know chessdb supports 7 men when almost we all may have maximum 6 men. However, engines can use that local 6 men for computing, increasing their strengths but not that online server. On other hand, BSG can use Syzygy for adjudication but not in the case of Lichess bots (Lichess server rules the game but BSG). BSG can make moves based on Syzygy on behalf of engines but the benefit is almost zero.
Using local books and Syzygy users can save time and headache. There’s an exception if that opening book is much better than other books, a kind of much-have, worth for waiting time but so far I don’t see any mention about that.
BTW, I may implement it (auto playing opening moves by chessdb) in coming time thus users can have more choices anyway.