Skip to content

An extremely strong chess bot playing on https://lichess.org. Uses a custom Stockfish 12 efficiently updatable neural network (NNUE), 12GB RAM, 12 threads & 2 Intel(R) Xeon(R) CPU @ 2.20GHz.

License

Notifications You must be signed in to change notification settings

nimishbongale/BOT-AndThenThereWereNone

Repository files navigation

BOT-AndThenThereWereNone

BOT AndThenThereWereNone is an unforgiving & fairly strong lichess bot. It makes use of an nnue sample net, 12GB RAM, 12 threads, 4096 hash & 2 Intel(R) Xeon(R) CPU @ 2.20GHz. Temporary runtime available for free on google colab.

Some relevant links:

Want to play against me? Head over to this issue and post a comment.

Installation

Use github cli or git+https to get the entire package.

gh repo clone nimishbongale/BOT-AndThenThereWereNone 
# clone repository
pip3 install virtualenv --user 
# install venv
/root/.local/bin/virtualenv venv -p python3 
# make venv
. .venv/bin/activate 
# activate venv
pip3 install -r requirements.txt 
# install other requirements
chmod +x engines/AndThenThereWereNone 
# make engine executable

You're all set! You may need to add your API-KEY from lichess.org to the API-KEY field, which is currently empty.

Usage

python3 lichess-bot.py

Acknowledgments

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

AGPL-3.0

About

An extremely strong chess bot playing on https://lichess.org. Uses a custom Stockfish 12 efficiently updatable neural network (NNUE), 12GB RAM, 12 threads & 2 Intel(R) Xeon(R) CPU @ 2.20GHz.

Topics

Resources

License

Stars

Watchers

Forks

Languages