/Reversi

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.

Primary LanguageJava

Stargazers