-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
For performance reasons, we would like to represent board positions using bitboards rather than arrays. A bitboard representation would include two 64-bit integers, one of which represents white pieces on the board, and the other for black pieces. As with our current board representation, the bitboard representation should support listing valid moves and querying for winning positions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request