Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 293 Bytes

TLHBOT

An algorithmic lichess bot.

Uses lichess openingbook, endgame 7-piece tables, and minimax with alpha-pruning.

Requires a token.txt in 'code' folder with the API token.

Imports

  • Berserk to connect to Lichess
  • Python-Chess as a chess library
  • Requests to connect to other APIs