Backlinks Graph
Backlinks
Table of Contents

Chess Engine Move Generations

  2026-01-10

  Edited: 2026-03-07

Types of Moves

Moves can divided into two categories

Move generation can verified using pertf, which is program which generates all moves from a given position to a given depth. This is then compared with an existing engine to verify move generation correctness.

Bitboard Move Generation

Since bitboards are the preferred representation, this part will only show move generation for bitboards.