Skip to content

rahulsharmar1/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

Tic Tac Toe Game In C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages