Skip to content

evanderh/latrunculi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latrunculi

UCI chess engine, written in Modern C++ tested with gtest

  • Move Generation

    • Bitboard board representation
    • Board state vectors for making/unmaking moves
    • Correctness tested with gtest/perft
  • Search

    • Principal variation search
    • Best collected from refutation table
    • Transposition table (hash table)
    • Pruning (Null move pruning, late move reduction)
    • Move ordering (Hash/killer moves, history heuristic, mvv-lva)
  • Evaluation

    • Tapered material + piece sq values
    • Passed, doubled, tripled, isolated pawns
    • Open files, undeveloped/outpost minor pieces
    • Bishop pair, connected rooks, etc
    • Piece tropism/mobility, king safety

About

UCI Chess Engine written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published