Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 413 Bytes

File metadata and controls

12 lines (9 loc) · 413 Bytes

Tic Tac Toe Game in C Welcome to the Tic Tac Toe Game! This is a simple terminal-based implementation of the classic game written in C. Players can enjoy a two-player experience where they take turns to place their marks (X and O) on a 3x3 grid.

Features: -Two-player mode -Simple command-line interface -Clear display of the game board -Input validation -Getting Started

Enjoy your game of Tic Tac Toe!