A fun game of Tic-Tac-Toe that uses artificial intelligence & game theory to test your skills versus AI. Coded in C++.
Run the game in any C++ enviroment, please check the source code's library to find any dependencies.
- to give bot first turn press -1 else enter any positive number
- you can give the position of your box in format
x y- x is for row
- y is for column
- both x and y are 0 based
- example : middle box is
1 1
A. Report Issues, please check if the issue already exists here.
B. Contribute to the existing issues and issue a pull request.