Create a Bot On Lichess #24

Closed
opened 2025-08-20 02:00:13 +00:00 by Josh · 2 comments
Owner

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

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
Josh added the
WIP
label 2025-08-26 00:36:17 +00:00
Author
Owner

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.

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.
Josh changed title from Investigate How To Run a Bot On Lichess to Create a Bot On Lichess 2025-08-27 16:12:46 +00:00
Author
Owner

To 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

To 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
Josh closed this issue 2025-08-29 22:59:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: projects/chess#24
No description provided.