Skip to content

ankandas101/tic-tac-toe-in-c-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

tic tac toe in c programming with source code

We use those three function to make this game .

  1. createBoard() Function for making a box
  2. markingBoard() Function for players ( X,Y)
  3. checkWinner() Function to check a winner

How to Open ?
Here I attached only the Main file, you just open main.c file and Compile with your IDE like Code Blocks.

How to Play ?
Tic-tac-toe is played by two players, who alternately place the marks X and O in one of the nine spaces in the grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

If you face any problem to run this game contact with me via facebook or email.
FB id: https://www.facebook.com/ankandas.fb
email: ankandas.cse22@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages