Skip to content
/ haddock Public

UCI compatible chess engine

Notifications You must be signed in to change notification settings

hiblom/haddock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haddock

Haddock is a UCI compatible chess engine, written in Rust

Note that this project is no longer worked on.

Pre-release 0.1.0 Features

  • Mailbox board representation
  • Iterative deepening / Minimax search strategy

Pre-release 0.2.1 Features

  • speed benchmarks for move generation and evaluation
  • bitboard internal position and move representation
  • improved evaluation
  • alpha beta move ordering & pruning