 |
 |

Programming
Connect 4
|
|
|
| |
As the final project for my Artificial Intelligent class, I
programmed a connect 4 game with a computer player component
in LISP. I decided to recreate this game as a Java applet, so
anyone like you who is bored enough to visit my site can play.
=)
Technical information: This computer player uses a modified
version of mini-max with alpha / beta pruning. The nPly level
is set to 7. |
|
|
| |
 |
 |
|
|