Computer Science 364
Artificial Intelligence
Dickinson College
Fall Semester 2008
Grant Braught
Game Playing via Adversarial Search
Reading Assignment 
Homework Assignment 
Related Web Sites 
- Minimax Explained: A discussion of the Minimax algorithm with some pseudo code from the AI Depot.
- Alpha-beta pruning: A discussion of alpha-beta pruning from the Wikipedia.
- Alpha Beta Pruning: An in depth presentation of an example of alpha beta pruning.
- Reversi: A discussion of the rules and strategy of the game of Reversi (i.e. Othello).
Sample Code 
- Othello.zip: Starter code for the homework assignment. This code was adapted under the GNU GENERAL PUBLIC LICENSE from code developed by Evan A. Sultanik at Drexel University.