Results 3 issues of Ioannis Pantidis

It uses python-chess to probe syzygy and gaviota TBs. The part with the halfmove_clock can be tested by putting the code below before `start`: ```python board = chess.Board(fen='2N5/8/6b1/8/8/2k5/K1n5/8 b -...

Adds eval, depth, PV, and nodes (only for lichess) for online opening book moves and adds eval for egtb moves (online and local). The eval for egtb moves is (99...

If someone wants to contribute, here are some changes that they can make: - Add tests for specific functions (e.g. `get_lichess_cloud_move`) - Add docker (#780) - Improve mypy typings (replace...

good first issue