Search found 1 match

by jashwant
Sat Oct 30, 2010 3:20 pm
Forum: Programming Discussions
Topic: Bitboard Query ??
Replies: 1
Views: 4862

Bitboard Query ??

I've just started to develope a chess engine. I've read about bitboards and now I know that I need many bitboards to maintain my chess engine. I knew about generating moves for pawns. I understand that I need an array knight[64] for knight moves for storing 64 bitboards for every chessboard position...