fysteven / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextMoveForReversi

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

About

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.


Languages

Language:Java 98.7%Language:Makefile 1.3%