An open API service indexing awesome lists of open source software.

https://github.com/pranav2092/tic-tac-toe-game

Basic Tic-Tac-Toe game
https://github.com/pranav2092/tic-tac-toe-game

basic-game basic-game-in-c c c-game c-games-for-beginners game tic-tac-toe-c tic-tac-toe-game tic-tac-toe-game-c tic-tac-toe-game-in-c

Last synced: 2 months ago
JSON representation

Basic Tic-Tac-Toe game

Awesome Lists containing this project

README

        

# 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