An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Bottios

screen shot 2018-10-03 at 22 42 17

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.