zs-barnes / connect4

A command line version of the classic game Connect 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A command line version of the classic game Connect 4


Languages

Language:C 100.0%