Pente Source

by Dan
Source code for pente.
ID:243844
 
This project illustrates a basic strategic board game, including computer-controlled players. (See Dan.Pente) It uses the standard "min-max" algorithm to generate moves and is optimized using alpha-beta pruning.

It could use some more optimization, particularly in the evaluation of board positions. Other than that, this is a nice clean base to use for building other projects.