It's a tic tac toe game you can't beat :V
This program utilizes minimax algorithm to predict next best possible move assuming the player plays optimally.
Since TicTacToe has very few possible combinations, if two experienced players play TicTacToe, it usually ends up in a draw. So the best you can do against this program is get a draw ;)
- SDL (follow this link to install on your system)
- Open Terminal
git clone https://github.com/soham0-0/TicTacToe.git
cd TicTacToe/
make all