Creating the Rustic chess engine
or, the art of Chess Programming in Rust
© 2019 - 2025 Marcel Vanthoor, all rights reserved.
Latest update: December 27, 2024 - 23:00 (Dutch Time)
Make sure to press CTRL+F5 so you see the latest version of this book.
Most recently updated chapters:
- 2024-12-27 - Wrote section "Moving Pieces"
- 2024-12-27 - Fixed some broken images
- 2024-12-26 - Wrote Initialization section
- 2024-12-24 - Wrote Board Functionality intro
- 2024-12-24 - Wrote Support Functions section
- 2024-12-15 - Fixed many typo's (thanks to "Wermos")
- Wrote Board Struct section
- Rewrote About Me
- Small update to the Bitboards section
- Finish the Piece List section
- Add the Piece List section
- Updated the Bitboards section