This portion of the code is deprecated. I encourage you to look at/try the graphical version, in the "Graphics" directory This version displays the board in terminal using ASCII characters
To create executable
make
To run executable (command line)
./connect4
To remove object files and executable
make clean