Devlog 0x7 - Generating Non-Capture Pawn Moves
Devlog 0x7. Today, I started the initial implementation of my generateMoves() function, which will eventually enumerate all possible moves in a chess position. My focus for this session was on the “quiet” (i.e., non-capturing) pawn moves for both White and Black pawns.