A simple tic tac toe game written in python to run on console for 1 player(vs computer) as well as for 2 players.
- 1 vs computer: Managed providing AI using minimax theorem to the computer which makes it undefeated.
- 1 vs 1: Simple use of if else statements