Yes, thats what i mean.Do you mean maybe MVV/LVA in one and LVV/MVA in the other???
Thank you for correcting my wording.
Yes, thats what i mean.Do you mean maybe MVV/LVA in one and LVV/MVA in the other???
Code: Select all
int result[] = {0,0,0,0,0,0,0,0};
I dont get it. What is the content of nextMoveTable ?would be a reasonably efficient way to generate moves.
Code: Select all
result[8] /* 0-7 => a-h */
for (i =0; i<64; i++)
result[i-(i&56)]+=sq[i]