Skip to content

A game of Xs and Os played in C language. Players take turns placing their symbol, either X or O, on a 3x3 grid. The goal is to get three in a row before the opponent. The game ends when one player gets three in a row or when the grid is full. Implemented using a matrix to store the board and loops for player moves and win checking.

Notifications You must be signed in to change notification settings

GabriellaValentina/Tic-Tac-Toe-advanced-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

A game of Xs and Os played in C language. Players take turns placing their symbol, either X or O, on a 3x3 grid. The goal is to get three in a row before the opponent. The game ends when one player gets three in a row or when the grid is full. Implemented using a matrix to store the board and loops for player moves and win checking.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages