chess:programming:move_generation
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
chess:programming:move_generation [2021/11/15 16:14] – peter | chess:programming:move_generation [2021/11/15 16:18] (current) – peter | ||
---|---|---|---|
Line 15: | Line 15: | ||
// Bit | // Bit | ||
// Bit | // Bit | ||
- | // Bit | + | // Bit |
- | // Bit | + | // Bit |
// Bit | // Bit | ||
// Bit | // Bit | ||
Line 50: | Line 50: | ||
// Bit | // Bit | ||
// Bit | // Bit | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | <code cpp> | ||
- | // Move bits | ||
- | // Higher priority moves have higher ulong value. | ||
- | // 6 6 6 6 5 5 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 | ||
- | // 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 | ||
- | // B|CapV | ||
- | // B = Best Move | ||
- | // CapV = Capture Victim | ||
- | // CapA = Capture Attacker (inverted) | ||
- | // Promo = Promoted Piece | ||
- | // Kil = Killer Move | ||
- | // C = | ||
- | // K = King Move | ||
- | // E = En Passant Capture | ||
- | // D = | ||
- | // P = Pawn Move | ||
- | // Q = Quiet (not capture, castling, or pawn promotion) | ||
- | // From = From (needs one extra bit for illegal square) | ||
- | // To = To (needs one extra bit for illegal square) | ||
</ | </ | ||
chess/programming/move_generation.1636992875.txt.gz · Last modified: 2021/11/15 16:14 by peter