1
0
mirror of https://github.com/tiyn/yeschess.git synced 2025-10-15 12:31:16 +02:00

lichess: added lichess integration

Lichess is a free and open source platform to play chess.
Connection is realized via the berserk python plugin that uses the lichess api.
This commit is contained in:
TiynGER
2021-04-29 01:15:54 +02:00
parent 7fb821254c
commit 91281d97a7
4 changed files with 90 additions and 1 deletions

View File

@@ -11,6 +11,12 @@ ychess is a chess implementation and engine written in nim.
To play chess in the commandline simply download the code and run `nim c -r game.nim`.
You can either play the 1v1 hotseat mode or a single player mode vs the engine.
### Lichess
ychess uses the lichess api with the python plugin [berserk](https://github.com/rhgrant10/berserk).
An instance of the engine occasionally plays on [lichess](https://lichess.org/@/tiyn-ychess).
To get into the whitelist just write a ingame message to the account.
## Testing
Testing is done by `einheit` by [jyapayne](https://github.com/jyapayne/einheit).