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