A visual tool for 8×8 bitboard configuration and conversion
Designed for game developers working with board game engines that uses the concept of bitboards like chess, checkers, othello or other board games.
The interface showing a sample queen attack pattern from center of the board (0x88492A1CF71C2A49) in hexadecimal mode
This tool provides an intuitive way to:
- Visually configure 8×8 bitboards
- Instantly convert bit patterns to decimal, hexadecimal, and octal values
- Simplify development of board game engines and AI
Action | Effect |
---|---|
Click or tap | Toggle individual bit |
Click + drag | Toggle multiple bits (desktop) |
Tap + drag | Toggle multiple bits (mobile) |
Set All / Reset All | Set all bits to 1 or 0 |
This project is licensed under the MIT License. See the LICENSE file for details.