Skip to content

Tic-tac-toe, noughts and crosses, or Xs and Os/“X's O’sies”, is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner. I have made that game using pure C language.

License

Notifications You must be signed in to change notification settings

FahimFBA/Tic-Tac-Toe-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Made with C Language


Ta-daaa! I had written the source code a pretty long time ago. Haven't thought about pushing it to my github; although, I'm adding it now.

About

Tic-tac-toe, noughts and crosses, or Xs and Os/“X's O’sies”, is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner. I have made that game using pure C language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages