Bitboards and Java

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

sandermvdb
Posts: 160
Joined: Sat Jan 28, 2017 1:29 pm
Location: The Netherlands

Re: Bitboards and Java

Post by sandermvdb »

Another thing to keep in mind is that if you want to check if any value within the bitboard is set, you should not use > 0 but != 0.