hi I have been building a C code for the game connect 4. the game will have single player vs easy ai/hard ai and finally 2 player mode. game ...
for (row=0; row<8; row++) { for (col=0; col<8; col++) { ...