Connect Four Game
Little Connect Four board game implementation of alpha beta . You can play against the computer.
start the game..
C4Game new
then start playing by just clicking into a column. Then the computer will execute its move
Metacello new
baseline: 'C4Game';
repository: 'github://wgerbert/C4Game/src' ;
load.