/TicTacToe-Ai

My attempt at a minimax for tic tac toe

Primary LanguageC++

TicTacToe-Ai

My attempt at a minimax for tic tac toe.

Sample Gameplay:

Installation:

For Windows:

Have a c++ compilier installed.

git clone https://github.com/SillyIngenuity/TicTacToe-Ai.git
g++ game.cpp