A program that mimics the Tic Tac Toe game.
The game can be played between two players or player vs computer (AI application).
Each player is assigned a game token 'X' or 'O'. Normally, who allows to make the first move will recieve 'X'. This is determined by a random generator.
Players take turn marking spaces in a 3x3 grid.
Whoever score a verticle, horizontal or diagonal line wins.
C++ 17
OpenCV 3.3