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.
ID:243844
![]() Apr 4 2001, 10:00 pm
|
|
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.
|