Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 281 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 281 Bytes

Tic-tac-toe

A simple game of Tic-Tac-Toe game implemented in C programming language that lets you play against computer on a 3x3 grid. The winner is determined by completing a row, column, or diagonal with their respective symbols ('X' for the player and 'O' for the computer).