A functioning connect 4 game written in pure C, this program was designed for GNU/Linux based operating systems, but I added windows cross compiling support to the Makefile.
NOTE The Windows binary runs but DOES NOT FUNCTION CORRECTLY. Not going to we write the whole code in pro windows format since I have a Linux version which works.
git clone -b master https://github.com/RiskyGUY22/connect-4.git
cd connect-4
make
./out/Image
./out/Image.exe
make clean