Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.43 KB

README.md

File metadata and controls

45 lines (38 loc) · 1.43 KB

Deepov

C++ Chess Engine, UCI compliant

Build status

Board representation

  • Bitboards
  • Magic bitboards

Search

  • Iterative Deepening
  • Transposition Table
  • Move ordering
  • MVV/LVA
  • SEE
  • Killer moves
  • Selectivity
  • Null Move Pruning
  • Check extensions
  • LMR
  • Quiescence Search

Evaluation

  • Material
  • Piece Square table
  • Mobility
  • Pawn structure

Useful links:

Other Open Source C++ Engines: