/Tic-Tac-Toe

Implemented Tic Tac Toe game for two players using C programming. Covers the basic concepts of C language such as looping, functions, variables etc.

Primary LanguageCMIT LicenseMIT

Tic Tac Toe using C

In this project, I have implemented Tic Tac Toe game using C programming. When you compile the code, it first greets you with the rules of the game and then asks you to enter the name of the two players. Then you are good to go!

It covers the basic concepts of C programming such as arrays, looping, functions, problem solving and logic building.