You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A version of the reversi game using a bitboard representation of the board. Is going to combine iterative deepening search with min-max or alpha-beta algorithms to do an AI search.