Skip to content

Pranav2092/Tic-Tac-Toe-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe-Game

Here, I have created a basic game of tic-tac-toe in C language. It has two versions: a double-player version(Tic-Tac-Toe) and a single-player version(Tic-Tac-Toe2).

How to run

Download the project. Then, to run the double-player version:

  1. Compile : gcc Tic-Tac-Toe.c
  2. Run: ./a.exe

Then, to run the single-player version:

  1. Compile : gcc Tic-Tac-Toe2.c
  2. Run: ./a.exe