9 char* framePart = calloc(79,
sizeof(
char));
12 framePart=
"________________________\n";
13 framePart=strcat(
"|",word);
40 output(
"This a implementation of the famous two player game \"Connect Four\".\nSo you'll need a friend to play this game :) To win you simply have to\nconnect four of your chips in a row. This row can be horizontal,\nvertical or diagonal,it doesn't matter as long as there are no \"enemy\"\nchips between your chips.\nThe game will automatically end if one you won and take you to the\n\"Hall of Shame\"\n\n");
42 output(
"[ Press any key to return to main menu ]\n");
void setLineAlign(int align)
void startBuffer(int maxTextLength)
void addFrame(char *word)
int output(const char *input,...)