/NextMoveForReversi

CSCI 561 Artificial Intelligence - to determine the next move for a player in the Reversi game using the Greedy, Minimax, and Alpha-Beta pruning algorithms with positional weight evaluation functions.

Primary LanguageJava

NextMoveForReversi

Adversarial Search. Please see the program explanation in the PDF file.