
Chess Engine In C #4: From Strings To Board Positions
In the last article, I talked about hash keys, their use in the chess engine, and it's importance....
Jul 5, 20267 min read0 reactions0 comments
Tag archive

In the last article, I talked about hash keys, their use in the chess engine, and it's importance....

In the last project dev log, I talked about bitboards, how they are used to show the position of a...

In the last project dev log, I talked about board representations, and specifically, I talked about...

While going through the video, I came across this illustration: So I paused, went further to do...

This project is something I picked up from Codecrafters' Build Your Own X repository. It's something...