Create a Bot On Lichess #24
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Registering a bot on Lichess might be the best way to get real feedback and a ranking for the algorithms I test out.
references: https://lichess.org/@/lichess/blog/welcome-lichess-bots/WvDNticA
We need to create a layer in Python that speaks UCI. This interface is responsible for communicating with Lichess, and delegating the move generation of the engine through our FFI. We can use the official bot library to handle the communication for us, so we really just need to build a UCI client and connect the two.
Investigate How To Run a Bot On Lichessto Create a Bot On LichessTo run the liches-bot, we just need to clone the following repository on our target server and configure its config file. Obviously we need to place our engine there, but its rather simple to setup.
https://github.com/lichess-bot-devs/lichess-bot