Skip to content

Represent the board state using a bitboard #3

@RyanMcCleary

Description

@RyanMcCleary

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions