Skip to content

๐ŸŽฎ A simple and interactive two-player Tic Tac Toe game written in C. A fun terminal-based project showcasing core programming concepts like arrays, functions, loops, and game logic.

Notifications You must be signed in to change notification settings

DIP72/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Tic Tac Toe Game in C

A simple and classic Tic Tac Toe (X-O) game built using the C programming language. This project is a terminal-based, two-player game that demonstrates fundamental concepts of C programming such as arrays, functions, loops, and conditionals.


๐Ÿ“Œ Features

  • Terminal-based interface
  • Two-player gameplay
  • Easy-to-understand code structure
  • Win/draw detection system
  • Replay support (optional, if implemented)

๐Ÿ› ๏ธ Technologies Used

  • Language: C
  • IDE: Any C compiler-supported environment (GCC recommended)
  • Platform: Works on Linux, Windows, and macOS (via terminal)

๐Ÿš€ Getting Started

โœ… Prerequisites

To run this game, youโ€™ll need a C compiler like:

  • GCC (Linux/macOS)
  • MinGW (Windows)
  • Turbo C (for academic purpose only)

๐Ÿ“ฅ Clone the Repository

git clone https://github.com/your-username/tic-tac-toe-c.git
cd tic-tac-toe-c

About

๐ŸŽฎ A simple and interactive two-player Tic Tac Toe game written in C. A fun terminal-based project showcasing core programming concepts like arrays, functions, loops, and game logic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages