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.
- Terminal-based interface
- Two-player gameplay
- Easy-to-understand code structure
- Win/draw detection system
- Replay support (optional, if implemented)
- Language: C
- IDE: Any C compiler-supported environment (GCC recommended)
- Platform: Works on Linux, Windows, and macOS (via terminal)
To run this game, youโll need a C compiler like:
- GCC (Linux/macOS)
- MinGW (Windows)
- Turbo C (for academic purpose only)
git clone https://github.com/your-username/tic-tac-toe-c.git
cd tic-tac-toe-c