Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 495 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 495 Bytes

Wowl

Wowl is a UCI chess engine written in C++.

Board representation

  • 10x12 mailbox

Search

  • Iterative deepening with aspiration window
  • Transposition table
  • Quiescence search
  • MVV-LVA
  • SEE
  • Killer moves
  • History heuristic
  • Null move pruning
  • Reverse futility pruning
  • Futility pruning
  • Delta pruning
  • Late move reduction

Evaluation

  • Material evaluation with piece-square tables
  • King safety
  • Space and center control
  • Mobility
  • Pawn structure
  • Passed pawns