Pente Source

by Dan
Source code for pente. [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Dan.PenteSource##version=0

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Dan.PenteSource##version=0

62 downloads
Latest Version
Date added: Apr 4 2001
Last updated: Jul 29 2009
0 fans
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.