Skip to content

wgerbert/C4Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.