Skip to content

A python chess bot that beat Komodo 17 (2100) and Fairy Stockfish 6 (~2100), and has 2096 rating in 10+0 rapid on chess.com

Notifications You must be signed in to change notification settings

BlueTot/bluebot-chess-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueBotChessEngine

A python chess bot that started out of a tutorial

Used to play on chess.com as:

  • BlueBotChessTest4 : 2096 rating in 10 + 0 rapid

Latest version won against:

  • Komodo 17 (2100) on chess.com
  • Fairy Stockfish 6 (~2100) on lichess in 10 + 0 rapid

Latest version: v0.36

Main features:

  • Depth 6 alpha-beta negamax search
  • Quiescence search
  • Simple material evaluation function
  • Simple move ordering based on evaluation function
  • Null move pruning
  • Transposition table with principal variation move ordering
  • Iterative deepening
  • Killer heuristic move ordering
  • Aspiration windows

Also...

Feel free to use this engine however you want! If you get banned for cheating using this program on a public website (chess.com, lichess) it is your fault!

About

A python chess bot that beat Komodo 17 (2100) and Fairy Stockfish 6 (~2100), and has 2096 rating in 10+0 rapid on chess.com

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages