Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 478 Bytes

File metadata and controls

18 lines (12 loc) · 478 Bytes

TicTacToe In C

It is a game developed in C language.

It has 4 Functions namely :-

int showboard(char a[]);              //For Showing Board Of TicTacToe
int mark(int m, char a[], char p);    //For Marking On The Board
int checkwin(char a[]);               //To Check Which Player Is Winning
int main();                           //The Main Fuction
It is compiled in MinGW GCC Compiler.

You can download and compile it.

Developed by @rahulsharmar1