A very interesting hobby
I’ve grown interested in Chess programming this year, and started building my own chess engine that will understand the WinBoard protocol. Chess programming is fascinating. Initial development is difficult but I’m starting off with the basics : A simple bitboard representation. A simple implementation of the Alpha-Beta algorithm. …