Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 947 Bytes

File metadata and controls

39 lines (25 loc) · 947 Bytes

🎮 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