List Question
20 TechQA 2024-03-31T09:55:15.277000How can I optimize this transposition table for connect 4 AI?
71 views
Asked by Alex
Magic BitBoard C Chess Programming Question
41 views
Asked by user23530203
Pushing tiles using bitboards and bit operations
121 views
Asked by Marcell
Strange error when bit shifting uint64_t by a uint16_t in cpp
87 views
Asked by Michael Haney
genrating sliding piece moves on bitboard efficiently without magic bitboard
86 views
Asked by Smillyone
Bitmaps/bitboards in Java
123 views
Asked by Radoslav Khun
Generating special magic numbers
135 views
Asked by AudioBubble
How does the binary representation of a C# ulong data type work?
122 views
Asked by mich abay
Unexpected bits appearing in binary conversion
32 views
Asked by Dave022
how are edge square attacks handled
173 views
Asked by foderking
Chess bitboard move generation
2.6k views
Asked by PooDumpling
Rotate and reflect a 5x5 bitboard
222 views
Asked by JackRubiralta
How to increase total positions considered for a chess engine
186 views
Asked by Kaleab_G
Fast way of checking for alignment of in a 6x6 bitboard
199 views
Asked by JackRubiralta
Chess Engine Wrong Number of 4 Plie Board States
72 views
Asked by AudioBubble
Can BigIntegers be used in java to represent bitboards?
108 views
Asked by Orisade2003
Bitboard 64-bit machine: should I use int16 or int64 for a 4x4 board?
201 views
Asked by André Dias
Assign TicTacToe player position to a bitboard representation
191 views
Asked by Besynnerlig
Unexpected output from adding bits to integer (cpp)
83 views
Asked by Oxyn