This Code is a one player, made to play tic-tac-toe with AI. The AI is using adverserial search for making a new move.
Just run the tic-tac-toe.py using python tic-tac-toe.py
. The game starter is chosen randomly from Human and AI.
This is a project of a tic-tac-toe game made for two players. First you enter your players' name. Then there will be a hint printed out. And Then the game begins , printing the game board and scanning each player's move.