Quoridor - AI Game Project for 1998

For this course, your project is to write an AI program that can play the game Quoridor. At the end of class there will be a tournament among the AI programs, and the team with the winning programs wins extra credit points.

The game and rules are available at http://www.gigamic.com/jeuxanglais/quoridore.htm.

Here is my quick and dirty computer player and 2-player version of the game.

quoridor.tar.gz - Gzip, tar'd source code in C that implements the game and rules in glorious ASCII text (C source code).