lichess-bot-devs / lichess-bot

A bridge between Lichess bots and chess engines
GNU Affero General Public License v3.0
769 stars 449 forks source link

shareware engines that don´t use the WB or UCI-protocol #138

Closed yellow-panther closed 5 years ago

yellow-panther commented 6 years ago

What´s about other proprietary protocols like Fritz (ChessBase) or Chess Genius Classic (Millenium Chess System) playing on Lichess? cf. rheir websites on http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:gui_protocol_support_list

gbtami commented 6 years ago

I don't think this will happen because lichess-bot is based on python-chess an python-chess doesn't support these proprietary protocols at all.

ddugovic commented 6 years ago

Either that, or if you could make an adapter to force those engines to communicate via CECP or UCI I suppose you could use them.

ShailChoksi commented 5 years ago

Closing since it won't be supported