:hash:ㅤA C program for a game of TicTacToe using Artificial Intelligence
A game of TicTacToe implemented using Min-Max algorithm.
$ gcc tictactoe.c -o tictactoe
$ ./tictactoe