https://github.com/assios/bottios
A chess bot playing on lichess.org
https://github.com/assios/bottios
ai chess engine lichess
Last synced: about 1 month ago
JSON representation
A chess bot playing on lichess.org
- Host: GitHub
- URL: https://github.com/assios/bottios
- Owner: Assios
- License: gpl-3.0
- Created: 2018-09-30T18:03:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T22:29:42.000Z (over 3 years ago)
- Last Synced: 2025-04-11T04:37:15.893Z (about 1 month ago)
- Topics: ai, chess, engine, lichess
- Language: Python
- Homepage: https://lichess.org/@/Bottios
- Size: 3.5 MB
- Stars: 19
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bottios
Bottios is a simple chess engine [playing on Lichess](https://lichess.org/@/Bottios). It relies on `python-chess` for move generation and features a negamax search with alpha-beta pruning. It currently plays Standard chess, Atomic chess, Antichess and Three-check.
### Opening book
Bottios can play with an opening book, but doesn't support transposition, i.e. it won't recognize an opening if the position is reached from other lines than what's stored in the book. On Lichess, Bottios usually plays with an opening book based on all 32K Lichess games played by [GM Andrew Tang](https://lichess.org/@/penguingm1).
### Variants
Bottios can currently play Standard chess, Atomic chess, Antichess and Three-check, but I'm planning to add support for all chess variants available on Lichess.