Skip to content

Owais710/Tic-Tac-Toe-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game In C

A simple command-line Tic-Tac-Toe game implemented in C. The game allows two players to play against each other, taking turns to make their moves. It features basic validation for moves, win condition checking, and score tracking for the winning player.

Features

  • Two-player gameplay
  • Command-line interface
  • Win condition detection (rows, columns, diagonals)
  • Move validation (prevents overwriting moves)
  • Player score tracking
  • Easy-to-read board display

Getting Started

Prerequisites

To compile and run this program, you'll need:

  • A C compiler (e.g., GCC)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages