AmanSinghBhogal / Tic-Tac-Toe

Tic-tac-toe is a game in which two players take turns in drawing either an ' O' or an ' X' in one square of a grid consisting of nine squares. The winner is the first player to get three squares of the same symbols in a row, column or diagonal. This C++ Code uses the MiniMax Algorithm to play as computer opponent.

Home Page:https://onlinegdb.com/TTk0kSCqO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AmanSinghBhogal/Tic-Tac-Toe Watchers