Creating the Rustic chess engine

Rustic Logo Github code repository

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:

  1. 2024-12-27 - Wrote section "Moving Pieces"
  2. 2024-12-27 - Fixed some broken images
  3. 2024-12-26 - Wrote Initialization section
  4. 2024-12-24 - Wrote Board Functionality intro
  5. 2024-12-24 - Wrote Support Functions section
  6. 2024-12-15 - Fixed many typo's (thanks to "Wermos")
  7. Wrote Board Struct section
  8. Rewrote About Me
  9. Small update to the Bitboards section
  10. Finish the Piece List section
  11. Add the Piece List section
  12. Updated the Bitboards section