TIC_TAC_TOE_game

The Game. Tic-tac-toe is a very popular game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a vertical, horizontal or diagonal row wins the game.

TIC_TAC_TOE_game

Project Overview

Dive into the world of strategic gameplay with our rendition of the classic Tic Tac Toe. Rediscover the joy of this simple yet engaging game on your mobile device. Whether you're a seasoned tactician or a newcomer to the world of board games, Tic Tac Toe promises hours of fun and challenges.

You are X , your friend (or the computer in this case) is O . Players take turns putting their marks in empty squares. The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner. When all 9 squares are full, the game is over.

Tools Used

C programming

GitHub Repo

TIC_TAC_TOE_game