Making a Dino Light with the ESP32 and WS2812
Found a cute thing on Thingiverse and decided to make it with another chip and in Rust
Writing a BitBoard in Rust Pt. 2: The Game State
Now that we have a bitboard to store the pieces, we need a way to store the game state
Writing a BitBoard in Rust Pt. 1: The Basics
BitBoards are used in the fastest chess engines on the market. So how do they work? And how do we implement them?