Tic Tac Toe is a 2 player game where the goal is to secure a row, coloumn or diagonal of 3 of the individuals symbols.
I made this program with the intention of improving my C++ Skills and also understanding how I can create an AI. The next steps would be to implement this using a backtracking algorithm.