A Tic-Tac-Toe game using bitboards to store player state.
What is a bitboard you might ask? It is a data structure that represents player positions on a board by using a series of bits.
A Tic-Tac-Toe game using bitboards to store player state.
What is a bitboard you might ask? It is a data structure that represents player positions on a board by using a series of bits.