Writing a Chess Engine in Rust with the help of ChatGPT
2025-01-04
20250104
I've been reading the book "Rust Programming Language" but I feel I need more hands on training. With that in mind, I thought it would be a cool project to write a chess engine. Learning to program in Rust while working with a hobby I love would help me stick with the project. Learning with ChatGTP by my side has been a really cool experience. It's providing step by step instructions on how to write a chess engine. I just started and I've already represented the chess board usig a 2D array.