← back to projects

Chess Engine (ces_weakened)

Hybrid mailbox and bitboard chess engine with move generation, evaluation, and search.

C++ 2024

A chess engine implementing a hybrid mailbox + bitboard board representation for efficient move generation and position evaluation. Combines the direct piece lookup of mailbox representation with the parallel bitwise operations of bitboards for sliding piece attacks.

// devlog