August 27, 2008

Board Representation

There are a couple of different ways to represent the board in chess. The two biggest ideas are the 0x88 and bitboards. I'm going to use the 0x88 method as it is a much easier method to implement. The bitboards, I will save for my next engine since they have a steep learning curve.

No comments: