My Questions are:
- Is is possible to implement a bitboard in vb.net?
- Any Tutorial/Reference to do bitboard in VB?
C# answers are acceptable because it’s not that hard to translate.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the Wikipedia article, a bitboard seems to be a simple array of bits. There is a class in .NET called BitArray, with methods to perform bitwise operations.
For example, a bitboard for white rook positions could be declared like this: