Tic-Tac-Toe-Bot
An artificial intelligence bot that makes rational decisions while playing a game of Tic-Tac-Toe ##Modes of Game:
- Player vs Player
- Player vs Bot
- Bot vs Bot To start a game python evaluator_code.py [mode]. The evaluator randomly decides who makes the first move.The person to make the first move is assigned "x" the other is assigned "o".