Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 261 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 261 Bytes

Chess engine:

A simple chess engine written in python. Also available to play against on lichess here.

Features:

  • Negamax + Quiescence search
  • MVV-LVA heuristic
  • Piece-square tables
  • Opening book
  • Tablebase