Play Reversi (Othello) against one of six Opponents that range from Easy to Hard:
Randolph - the random player Mr. Chips - the greedy opponent that chooses moves that generate the most chips. The Realtor - Chooses a move based on it location value on the board. The Evaporator - starts the game trying to minimize your moves while maximizing his own. Finishes the game trying to obtain the most pieces. Smarty Pants - uses the Minimax search algorithm with a search depth of 4 moves. Smarty Pants Sr. - uses the Minimax Alpha Beta search algorithm with a search depth of 5 moves.