This tool allows you to visualize the bitboard for creating chess engines.
Click and/or drag on the squares to toggle bits on or off. The white is 0
and the red is 1
.
enter
copies the hex representation to your clipboard1
fills the bitboard with1
s0
fills the bitboard with0
s~
inverts the bits on the bitboard- Use chess algebra letters to select different layers
k
for kingq
for queenn
for knightb
for bishopr
for rookp
for pawnesc
for bits- hold
shift
while selecting for white pieces
s
save the boardl
load the board
- Load starting chess board position
- View the hex value in real time of selected layer
Feel free to give any feedback.