Skip to content

DaemonMCR/connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect-4

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.

Download

git clone -b master https://github.com/RiskyGUY22/connect-4.git
cd connect-4

Build

make

Run code (Linux)

./out/Image

Run code (Windows - Faulty)

./out/Image.exe

Clean

make clean

Releases

About

A complete, functioning connect 4 game written in pure C

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors