/connect4

A command line version of the classic game Connect 4

Primary LanguageC

connect4

A command line version of the classic game Connect 4

To play, first compile the file with the command

gcc -o connect4 connect4.c

Then run the file with

./connect4