Search code examples
Bitwise (Bitshift) operations on 64-bit integers in C++...


c++bit-manipulationbit-shiftbitwise-orbitboard

Read More
How do I look for the 7shape in the game of Connect 4 using bitboards for each player?...


javascriptbit-manipulationbitboard

Read More
How can I check for symmetry along the mid column in the board of Connect 4 in javascript when using...


javascriptbitboard

Read More
How can I optimize this transposition table for connect 4 AI?...


gohashmapbitboard

Read More
Is there a way to reverse the bit order in UInt64?...


swiftbinaryuint64bitboard

Read More
Given a chess app built with magic bitboard how do I check for checkmate?...


chessbitboard

Read More
How does the binary representation of a C# ulong data type work?...


c#binarylong-integerbitboardulong

Read More
Strange error when bit shifting uint64_t by a uint16_t in cpp...


c++binaryhexchessbitboard

Read More
generating bitboard masks for move...


movechessbitboard

Read More
Rotate and reflect a 5x5 bitboard...


bitmapbit-manipulationbitbit-shiftbitboard

Read More
How to increase total positions considered for a chess engine...


javamemorychessbitboard

Read More
Fast way of checking for alignment of in a 6x6 bitboard...


bitmapbit-manipulationbitbit-shiftbitboard

Read More
Sliding Piece Generation in Chess Engine...


algorithmpseudocodechessbitboard

Read More
Bitboard 64-bit machine: should I use int16 or int64 for a 4x4 board?...


performance64-bit32bit-64bit16-bitbitboard

Read More
Assign TicTacToe player position to a bitboard representation...


c++bit-manipulationbitboard

Read More
Unexpected output from adding bits to integer (cpp)...


c++bit-manipulation64-bitbitbitboard

Read More
In chess engines where bitboards are used, how are the edges detected?...


c++chessbitboard

Read More
Not understanding how the bitboard technique works for chess boards...


algorithm2d-gameschessbitboard

Read More
Modify a bit at a given position in a int from left to right:...


pythonbitwise-operatorsbitbitboard

Read More
how to use bitboards in chess?...


bit-manipulation64-bitchessbitmaskbitboard

Read More
Stockfish 12 source code: Templates replacing function parameters...


c++templatesbitboard

Read More
values of protected arrays on superclass get changed unexpectedly...


javainheritancechessbitboard

Read More
Are overflow operators less efficient than performing operations that don't result in overflows?...


swift64-bitchessuint64bitboard

Read More
Java connect four bit wise functions and bit board errors...


javabit-manipulationartificial-intelligencebitboard

Read More
Computationally feasible way of finding diagonals in a bitboard...


bitmapbit-manipulationbit-shiftbitboard

Read More
9x9 bitboard implementation...


javachessbitboard

Read More
Sliding move generation using magic bitboard...


chessbitboard

Read More
Bit scan forward and reverse in numpy...


pythonnumpybinarybitboard

Read More
Problem with moving bits in the bitboard to the left in Python...


pythonchessbitboard

Read More
Generating bitboard with diagonal moves for the bishop not working...


pythonchessbitboard

Read More
BackNext