Skip to content
All projects
Engines & Simulation · 2021

Chess Engine

C# · bitboards · search

Chess Engine

A chess engine with move generation and search. Writing it taught me a lot about low-level optimization, bitboards and performance-critical code, and about how much that work matters for game AI.

Highlights

  • Bitboard board representation for fast move generation.
  • Search-based AI with a focus on performance-critical code.

More in Engines & Simulation