Skip to content

Assios/Bottios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9ee139 · Feb 8, 2022

History

40 Commits
Feb 16, 2020
Jun 14, 2021
Jun 11, 2021
Sep 30, 2018
Jun 11, 2021
May 21, 2019
Feb 8, 2022
Jun 11, 2021
May 29, 2019
Jun 11, 2021
Jun 14, 2021
Sep 30, 2018
Jun 14, 2021
Sep 30, 2018
Jun 14, 2021
Jun 14, 2021

Repository files navigation

Bottios

screen shot 2018-10-03 at 22 42 17

Bottios is a simple chess engine playing on Lichess. 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.

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.

Releases

No releases published

Packages

No packages published

Languages