Search found 1 match

by notosil
Sun Dec 30, 2007 2:24 pm
Forum: Programming Discussions
Topic: How to implement allPieces bitboard?
Replies: 4
Views: 10644

How to implement allPieces bitboard?

Hi : I understand the main idea beside the bitboards, but don't know how to implement it..
I'm working in C and by example I have:

uint64_t allPieces, whitePawns,blackPawns, etc..

how to fill the bitboard allPieces with the initial position?

tks