seer/src
Bruno BELANYI a4aa4ae1e4
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Make 'half_move_clock' a 'u32'
It *could* be set to a high value due to e.g: starting the engine in the
middle of a game.

Moving from a `u8` to a `u32` does not change the size of the type, so
let's just do that.

Use that opportunity to fix the comment about the number of
*half-moves* (it's 50 moves *per player*).
2024-04-01 23:14:11 +01:00
..
bin Move binary crate into 'bin' folder 2024-04-01 22:20:39 +01:00
board Make 'half_move_clock' a 'u32' 2024-04-01 23:14:11 +01:00
movegen Pre-generate the magic bitboard seeds 2024-04-01 22:20:39 +01:00
utils Add 'static_assert' macro 2024-04-01 22:20:39 +01:00
fen.rs Simplify 'FromFen' for 'ChessBoard' 2024-04-01 23:11:43 +01:00
lib.rs Add 'FromFen' trait 2024-04-01 22:20:39 +01:00