| Connect 4 is a simple console game of Connect 4. It is purely an excercise in artificial
intelligence though it is also fun to play. Look through the code if you are interested in
board evaluation functions, maxi-min searching, and alpha-beta pruning. |