TicTacToeAI

:hash:ㅤA C program for a game of TicTacToe using Artificial Intelligence

TicTacToe using Artificial Intelligence

A game of TicTacToe implemented using Min-Max algorithm.

Compile

$ gcc tictactoe.c -o tictactoe

Run

$ ./tictactoe

See in Action

YouTube Video