Skip to content

apadros01/Connect4-in-C-and-Cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Connect4-in-C-and-Cplusplus

Code for the Connect 4 game (https://en.wikipedia.org/wiki/Connect_Four) in C (already done) and in C++ (TBD). Both from scratch. In order to compile the C code in a Linux terminal, I type:

gcc -Wall -std=c99 -o 4enratlla 4enratlla.c minimax.c -lm

About

Code for the Connect 4 game (https://en.wikipedia.org/wiki/Connect_Four) written in C (already done) and in C++ (TBD).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages