Skip to content

hadjTahar/Deepov

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

C++ Chess Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.7%
  • HTML 2.8%
  • Python 2.7%
  • Other 0.8%