The classic two-player strategy game of three-in-a-row, as if played inside of a 3 x 3 cube.
-
Updated
Oct 16, 2024 - BASIC
The classic two-player strategy game of three-in-a-row, as if played inside of a 3 x 3 cube.
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.
Add a description, image, and links to the 3x3gridgame topic page so that developers can more easily learn about it.
To associate your repository with the 3x3gridgame topic, visit your repo's landing page and select "manage topics."