Engines & Simulation
· 2021
Chess Engine
C# · bitboards · search
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.